Tuesday, 3 August 2004
blojsom and MetricsReloaded
One of the available plugins for IntelliJ is MetricsReloaded.
Source lines of code (comments and whitespace excluded): 13744
Comment ratio (lines of comment code to total lines of code): 45.42%
Javadoc coverage (class level): 100%
Javadoc coverage (method level): 99.88%
I'm pleased. There's a helluva lot of power (dispatchers, extensions, plugins to name a few) in those 13744 lines of code. And in case you don't know what they do, there's 11425 lines of code that help to explain it all
Update 4:40 PM: Javadoc coverage (method level): 100%
MetricsReloaded is a plugin to IntelliJ IDEA which calculates and displays a large number of source code metrics for any IDEA project. MetricsReloaded is designed for use in project tracking, quality assurance, and developer training. Over 210 metrics are currently available at the project, module, package, class, and method levels. Metrics can be sorted, graphed, compared with previous metrics runs, and exported to file. MetricsReloaded is available via the Plugin Manager.I ran the plugin on the blojsom codebase. Some statistics: Total lines of code (comments included, whitespace excluded): 25169
Source lines of code (comments and whitespace excluded): 13744
Comment ratio (lines of comment code to total lines of code): 45.42%
Javadoc coverage (class level): 100%
Javadoc coverage (method level): 99.88%
I'm pleased. There's a helluva lot of power (dispatchers, extensions, plugins to name a few) in those 13744 lines of code. And in case you don't know what they do, there's 11425 lines of code that help to explain it all
Posted by at 1:03 PM in blojsom ... all blojsom
