FindBugs plugin 0.0.16.rc2
Find hidden bugs in your Java Code.
Download FindBugs plugin 0.0.16.rc2:
FindBugs is a program to find bugs in Java programs. It looks for instances of "bug patterns" - code instances that are likely to be errors. The FindBugs distribution consists of a stand-alone Java application and an ANT task. In order to find bugs, you have to use either of them. Developers using the Eclipse platform must leave their environment and start either of the above mentioned programs in order to check their code for bugs. This is quite annyoing and decreases the acceptance for a tool like FindBugs. The FindBugs plugin is a plugin for Eclipse. It seamlessly integrates FindBugs into the Eclipse platform. A bug check is performed when the user save or compile their code. This way, they gain immediate feedback on the code they just wrote.
Getting started
This plugin has currently does not have "Getting Started" documentation. If you are familiar with this plugin; would you be willing to draft some Getting Started documentation and post it on the forum? We will gladly add it.
Requirements and limitations
- Beta release - We have not yet fully tested this plugin. Please report a bug for any problem you encounter. We welcome your feedback (positive and negative!) in the forums, mailing lists and bug trackers.
- This plugin will run with any distribution of EasyEclipse.
- It may also work with a standard installation of Eclipse 3.1.2. We have not tested it, though.
Links
- FindBugs plugin home: Home page for FindBugs
- Project FAQ: FAQ for FindBugs
- Documentation: Manual for FindBugs
Changelog
Changes in EasyEclipse 1.0.0:
- Initial release (with FindBugs plugin 0.0.16.rc2).
Credits and License
Credits: Peter Friese, Brian Cole, Dave Hovemeyer, William Pugh, FindBugs Project team
The plugin is Copyright (C) 2003 - 2004, Peter Friese. FindBugs is Copyright 2003, 2004, 2005 by the University of Maryland. Support provided by National Science Foundation grant CCR-0098162 and by an IBM Eclipse Innovation award.
This plugin is licensed under the GNU Lesser General Public License 2.1 license.