RB Code Reports provides software metrics for your REALbasic application. It gives you a way to objectively evaluate the maintainability of your project and improve its performance. It analyzes your project and produces a set of reports including the Statistics, Unused Variables, Optimizations, and Cyclomatic Complexities reports. You can use these reports to clean up and optimize your code and show you what methods need to be refactored.
What's new in this version:
- Added a new "Warnings" report. The warnings report has two checks within it. The first is to check methods that exceed a specified limit of NCSL and the second is to check for misplaced DIM statements (DIMs imbedded within blocks of code).
- Added "Summary only" preference for the statistics report that will exclude method level statistics.
- Added to the statistics report the total of number of windows, classes, interfaces, and modules within the project.
- Added header information to the top of the report.
- Add a menu item to force all reports to be recalculated. Follow the link and
free download RB Code Reports now.
DETAILS