Code Quality Metrics
From 97 Things Every Software Architect Should Know #28
load the output from checkstyle, which is essentially a set of metrics on the class and method level, into a spreadsheet to render charts. The same metrics could also be shown as a tree-map using the InfoViz toolkit. A great tool to render complex dependency graphs is GraphViz.
TreeMap visualization
CheckStyle Eclipse plug-ing
Comments