-
New Feature
-
Resolution: Won't Fix
-
Major
-
None
I'd like to request 2 new static analysis, based on the output from the SourceMonitor (http://www.campwoodsw.com/sourcemonitor.html) tool:
1. Lines of code. It would be even better if the lines of code were separated by language. I think it would be good if it were shown as a graph with the total lines of code of one language above the other.
2. Cyclomatic complexity. I think of some graphs that would be good in this case: the number of methods of high (> 30) / medium (< 30, > 10) and low (<10); the total complexity; the average complexity.
Because SourceMonitor only processes one language per project, it would be good if it could receive as input a series of xmls, one for each language in the project.
- is related to
-
JENKINS-3321 Make build quality depend on lines of code
- Resolved
-
JENKINS-12225 Density Metrics
- Closed