Archive for November, 2006

Finding Bugs in Java Programs with just one mouse click

November 24, 2006

Come across this cool video about Using Static Analysis For Software Defect Detection on Google Tech Talks. William Pugh talk about how can we use Static Analysis for defect detection and his tool FindBugs which is Static Analysis tool for Java Applications.
The tool is amazing and with just with one mouse click, we can [...]

Static Analysis for Code Quality

November 24, 2006

Static Analysis is the technique used to analyze the software without executing the same. It helps to look at issues that are there with in the Source Code even before it gets executed. Find some reading on Static Code Analysis here from Wikipedia.
Static Analysis also used to publish some of the Software Metrics. For example, [...]