5th Cross

my writings about java, eclipse and musings about technology

Archive for July 22nd, 2010

Finding bugs in your code using FindBugs

leave a comment »

Static code analysis is the analysis of the software that is performed without actually executing the program. The process provides an understanding of the code structure and can help to ensure that the code adheres to industry standards. Static analysis code reviews compare the source code of an application with a set of standards to ensure the source code compiles with those standards, to find unwanted dependencies, and to ensure that the intended structural design of the code is maintained. The main advantage of static analysis is the fact that it can reveal errors that do not manifest themselves until a disaster occurs. Static analysis is only a first step in a comprehensive software quality regime.

Read the rest of this entry »

Written by Phani Kumar

July 22, 2010 at 11:07 pm

Posted in eclipse, plug-in, software

Tagged with ,

Follow

Get every new post delivered to your Inbox.