rvasa / jseat

Automatically exported from code.google.com/p/jseat
0 stars 0 forks source link

Cyclomatic Complexity Report #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Background:
Add a new Report that performs cyclomatic complexity analysis.

When moving to a higher level of abstraction than the Method, cyclomatic 
complexity could be averaged.

Issue:
Create new ReportVisitor.

Override each of the visit methods.

visitMethodMetricMap: should show the average cyclomatic complexity of all 
methods in the method map.

visitClassMetricData: samee as visitMethodMetricMap.

visitVersionMetricData: should show the average cyclomaticComplexity in 
that version.

visitHistoryMetricData: should show the same as visitVersionMetricData 
expect iterate over every version.

Original issue reported on code.google.com by jtha...@gmail.com on 17 Jul 2007 at 6:09