- Public Scanner (OLE PUBLIC class), which makes it possible to empower your VFP projects with +CodeInspector functionality. Learn more...
- Report file now has information about declared but never used variables
- Scanner now performs a check for the following:
- commands which are not supported in run-time mode;
- multiple return instances;
- too nested constructions;
- repeated declaration of variables;
- re-declaration of variables (e.g. with changing private type into public and so on.)
- commands which are not supported in run-time mode;
IMPROVED features:
- Improved the check of variables declaration in nested constructions. E.g. variable declared within the first part of construction "If-Else-EndIf" and used in the second part of it, is treated like error.
- Checking of lines starting with "\" and "\\" constructions is disabled
- NOTE comments are now supported
FIXED bugs:
- Fixed error of scanning files larger than 64000 lines
- Fixed error of scanning commented lines of code

1 comment:
Hello I would like to try Code Inspector but cannot find a download site - can you help me? Thanks Allan
Post a Comment