Today I found a tool which generates line of code of your project. It is CodeAnalyzer. “Code Analyzer is a java application for C, C++, java, assembly, html, and user-defined software source metrics. It calculates metrics across multiple source trees as one project. It has a nice tree view of the project with flexible report capabilities.”
So to measure how it works I was searching a project to analyze. At the last year of my university I did a project with one of my friend A. B. M. Faisal. It was about accessing some hardware devices and controlling them to provide service through the software. The project was coded in java. We used a java library to access the serial port from the system. Anyway after analyzing the code we found the following thing –
code statistics of our project
Read the rest of this entry »
Categories: Code analysis |
No Comments »
Using code analysis tool
by Md Imran Hasan HiraToday I found a tool which generates line of code of your project. It is CodeAnalyzer. “Code Analyzer is a java application for C, C++, java, assembly, html, and user-defined software source metrics. It calculates metrics across multiple source trees as one project. It has a nice tree view of the project with flexible report capabilities.”
So to measure how it works I was searching a project to analyze. At the last year of my university I did a project with one of my friend A. B. M. Faisal. It was about accessing some hardware devices and controlling them to provide service through the software. The project was coded in java. We used a java library to access the serial port from the system. Anyway after analyzing the code we found the following thing –
code statistics of our project
Read the rest of this entry »
Categories: Code analysis | No Comments »