Posts tagged as:

Technology

A Beautiful Visualization of Source Repository Activity

by Julias Shaw

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.

by Julias Shaw

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

by Julias Shaw

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

by Julias Shaw

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

by Julias Shaw

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

by Julias Shaw

Panopticode 0.1 is released. Get it now!

Read the full article →

Metrics Must be Interpreted In Context

by Julias Shaw

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 →