This site is moved to other domain!

You should be automatically redirected in 9 seconds. If not, visit
http://www.detector-pro.com
and update your bookmarks.

Saturday, August 9, 2008



Stumble Upon Toolbar
written by: Ukion in
[] [] [] []

Software for finding bugs in Java programs


Don't want to miss a single bit? Subscribe to our RSS Feed!


FindBugs is a program which uses static analysis to look for bugs in Java code. With this tool you can improve the performance of an application developed in Java and its security against exploiting bugs.

The concept of FindBugs is based on bug patterns which is code idiom that is often an error. It can find bugs by simply inspecting a program’s code, executing the program are not necessary.

Misunderstood API methods, difficult language features, misunderstood invariants when code is modified during maintenance and garden variety mistakes: typos, use of the wrong Boolean operator - all of these reasons can arise in Bug Paterns, and, this is the concept of FindBugs as program to catch some bugs.

FindBugs is an open source program distributed under the terms of the Lesser GNU Public License. The name FindBugs™ and the FindBugs logo are trademarked by The University of Maryland.

FindBugs requires JRE (or JDK) 1.5.0 or later to run. However, it can analyze programs compiled for any version of Java. The current version of FindBugs is 1.3.5-dev-20080618, released on 18 June, 2008.

Sofware has been downloaded more than half a million times, it is good tool for junior Java developers, but it also helps in some situation for senior and experienced developers and Java enviroment testers.

Link: http://findbugs.sourceforge.net/factSheet.html
Download: http://findbugs.sourceforge.net/downloads.html




Subscribe to DetectorProDid you enjoy this post? Why not leave a comment below and continue the conversation, or Subscribe to Feed and get articles like this delivered automatically to your Email or feed reader.



Related articles by tags



0 comments: