Code Analyst
A development tool that helps FoxPro developers identify areas of code that should or could be refactored.Note: this project has moved to GitHub: https://github.com/VFPX/CodeAnalyst
Code Analyst is extensible, allowing developers to create their own refactoring rules and then enable or disable them as needed. Some of the code was based on the Code References tool.Rules can be associated with different aspects of code. For example, an Object rule might analyse all objects on a form to ensure they are using a naming convention.
You can select to analyze an individual file, the current project or a directory (and subdirectories).
Code Analyst Default Rules.
Code Analyst Recompilation Notes