A Beautiful Visualization of Source Repository Activity

June 16, 2008

Michael Ogawa has created a mesmerizing animated visualization of the activity within source code repositories named code_swarm. This is truly a case of a picture being worth (at least) a thousand words. Go check it out at http://vis.cs.ucdavis.edu/~ogawa/codeswarm/  

Read the full article →

New Metric: C.R.A.P.

October 7, 2007

The good folks at Agitar have proposed a new metric, C.R.A.P and an Eclipse plugin crap4j for executing it. C.R.A.P. combines a method’s complexity with its coverage to come up with a single number that can help you determine if somebody will say,“Oh crap!” when they have to work with it.

Read the full article →

Teaser: Breaking the Build in Panopticode 0.2

September 16, 2007

In the last post we learned that Panopticode 0.2 will allow us to create arbitrary reports using a SPARQL SELECT query. Another feature in Panopticode 0.2 is to use a SPARQL ASK query to break the build.

Read the full article →

Teaser: Creating Ad Hoc Reports in Panopticode 0.2

September 12, 2007

Learn how to create custom reports in Panopticode 0.2 that correlate information between multiple metrics using SPARQL queries.

Read the full article →

New Tool: Complexian

March 4, 2007

Marty Andrews has just released version 0.12.0 of Complexian. Complexian is a tool for very quickly measuring the NPATH and CCN metrics of Java code.

Read the full article →

Panopticode 0.1 Is Released

March 2, 2007

Panopticode 0.1 is released. Get it now!

Read the full article →

Metrics Must be Interpreted In Context

February 26, 2007

James Newkirk points out that measuring code coverage is not very interesting by itself. This is an example of my first fundamental rule of metrics, “Rule #1: Metrics Must Be Interpreted In Context.”

Read the full article →