Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: ebf4b67ba6c722f971ba67173501a522b1b409da Size: 164.3 KB File Format: jar
Rating: 2.347826086
out of 5
based on 23 user ratings
Downloads: 333 License: Free
Code Analyzer Pro is a free software by Sivaram and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Code Analyzer Pro which is 164.3 KB in size and belongs to the software category Coding languages and Compilers. Code Analyzer Pro was released on 2009-06-14 and last updated on our database on 2017-02-24 and is currently at version 1.1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Code Analyzer Pro Description
Code Analyzer is a program designed to be used to count lines of code (LoC) at the file or function level.
When counting at the function level, it also computes McCabes cyclomatic complexity and the level of nesting inside the function.
Counting at file level
When used for this purpose, it gives the number of code lines, code and comment lines, commment lines and blank lines in the file. It supports the following file types: Java, C++, VB, SQL, HTML, JSP.
When counting for HTML or JSP files, it will count LoC correctly for javascript and vbscript code embedded within the tag.
Counting can be done for a single file or a directory (with the option of recursively counting within sub-directories). The values are written to a .csv file so that it can be opened and analyzed using Excel.
This functionality is invoked when the Count LoC button is pressed after selecting a file or directory.
Counting at function level
This can be done for the filetypes - C++, Java and VB. In additional to giving LoC at function level, it also gives the Cyclomatic Complexity of the function and the nesting level within the function. For an explanation of Cyclomatic complexity, please see the document on Structured Testing that can be downloaded from this page.
Function level counting is invoked when the Count Detail button is pressed after selecting a file or directory.System requirementsJava