Copyright © WANNACRACK.COM. All Rights Reserved
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Category
Latest Update
2/25/2020
Rating
Report
Pascal Analyzer is a useful tool for analyzing Delphi and Borland Pascal source code. Delphi and Borland Pascal are both Pascal-based environments. Using this program, you can get useful information from the source code generated by these environments. You can easily enter the desired source code into the program and after completing the program, you will be provided with complete and detailed tables containing useful information. Information such as errors and warnings, tables to improve coding standards, information and suggestions to improve source code performance, and more. Using Pascal Analyzer, it is also possible to prepare documents and complete documentation of source code. This program provides 51 different reports on the code to the programmer, which improves the quality, performance, security and readability of the code.
Report warnings in code
Reports to optimize and improve code performance
Report parts of the code that have poor memory usage
Informing about unused parts of the code or in other words deleting dead codes
Check coding standards
Check the naming of variables and controls and compliance with conventional rules
Check the suitability of the code for the NextGen compiler
Report the number of methods, number of procedures, functions and other code entities
Review and report on code complexity indicators including number of lines of code, number of comments, number of characters per line, number of DPs and
Various metrics to report the object-oriented status of the code
Find identifiers of the same name
Ability to extract all strings and literals used in the source
Ability to find subroutines with more calls
Generate a call tree to track the call process of different parts of the code
Report preprocessors in code
Report the list of ToDos that the programmer has put in the code
A complete report of the various characteristics of the controls used
And
Read the Readme.txt file.
Comments
Similar