Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.9
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
We are getting confused by the fact that http://www.kclee.de/clemens/java/javancss/ is calculating different total results than e.g. http://cloc.sourceforge.net/ for physical lines of code (excluding blank and comment lines).
By simply renaming the name of the current "lines of code" metric to "lines of non commenting source statements" this confusion could be prevented.
Issue Links
| This issue relates to: | ||||
| SONAR-765 | Integrate the new Sonar-Squid core engine (JavaNCSS) |
|
|
|
You're right Eike, and in fact we should provide both metrics "physical lines of code" and "lines of non commenting source statements". What would be great is to calculate "physical lines of code", "physical blank lines" and "physical comment lines" with a new plugin in order to measure those metrics on java, C, JSP, PL/SQL, ... files .