static analysis

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 - 5845 views - 06/08/09 by m_muhammadali in Articles

Flexible Code Analysis Tool Released

SemmleCode Professional Edition is a flexible code analysis tool that helps you explore unfamiliar code bases, identify refactoring opportunities, do an...

0 replies - 378 views - 03/16/09 by Oege de Moor in Announcements

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 - 4828 views - 07/30/08 by Rich Sharpe in News

Structure101 Now Free for Use On Open Source Projects

Structure101, from Headway Software, makes software structure (design, architecture and packaging) easy to understand, define, communicate, control and...

2 replies - 3110 views - 03/17/08 by Paul Hickey in Announcements