metrics

Improving Code Quality

In this article I discuss a static analysis tool that finds defects in Java programs. Static analysis tools can find real bugs and real issues in your code....

12 replies - 5936 views - 06/08/09 by m_muhammadali in Articles

Sonar 1.7: Open Source Platform for Java Code Quality

The Sonar team is pleased to announce the release of Sonar 1.7.

0 replies - 779 views - 03/31/09 by ogaudin in Announcements

Is Code Coverage Important?

How much code coverage is enough? Do you consider having 100% code coverage an uphill task? Based on whom you talk to, the reply you get varies considerably. I...

20 replies - 5719 views - 10/20/08 by Meera Subbarao in Articles

fusemetrics - Build Metrics Dashboard

If you have been using CI for quite sometime, you probably have a wide array of metrics for your projects - code coverage, complexity, coupling, bugs, tests,...

8 replies - 5150 views - 09/29/08 by Meera Subbarao in Articles

Omitting Braces: Not Just A Matter Of Style

According to our analysis of more than 100 Java projects, one of the most violated rules from static analysis, is 'missing braces in If statement'. Although...

16 replies - 4939 views - 07/30/08 by Rich Sharpe in News

JHawk Java Metrics Tool

Virtual Machinery is pleased to announce a major point release (4b104) of their JHawk product. JHawk has been the leading Java metrics tool since 1999. Our...

0 replies - 2630 views - 05/28/08 by virtualmachinery in Announcements

Book Review: Java Power Tools

This book is organized into sections, and each section covers a particular aspect of software development life cycle. Within each section, John covers a number of open source tools. Build...

5 replies - 12853 views - 05/27/08 by Meera Subbarao in Book Reviews