Details
Description
Sonar doesn't provide any information on quantity of javadoc or comments. Could be interesting to use JavaNCSS to display :
- number of javadoc blocks
- number of comment lines (single comment, multi lines comment, javadoc lines)
Quality :
- lines of comment / line of code
Number of comments are available on packages and projects, but not on classes. This is a limitation of Javancss mojo : MJNCSS-30.
That's why the measures breakdown page does not display data at class level.