Contributing to FindBugsIf you have a bug fix or feature enhancement you would like to contribute, we would be happy to consider it for inclusion. Import FindBugs code as Eclipse projectsThe preferred way to get the FindBugs source code and create the patch is to use Eclipse + SVN. You can easily import FindBugs code into Eclipse by following the steps described here: Import Eclipse projects . Preparing a patchThe best way to send an enhancement is to create a patch against the latest code in the FindBugs Subversion repository at http://findbugs.googlecode.com/svn/trunk/ (those people who have been given commit priviledges should use https://findbugs.googlecode.com/svn/trunk/). To create a patch from Eclipse, please right click the [findbugs] or [findBugsEclipsePlugin] project and choose [Team | Create Patch...] context menu. Please follow these guidelines when preparing your patch:
Following these guidelines makes it much easier for us to incorporate new code. How to submit a patchPatches may be submitted through the Patches tracker on the sourceforge project page.
Send comments to findbugs@cs.umd.edu |