Skip to content

sewe/spotbugs

 
 

Repository files navigation

SpotBugs

Build Status Documentation Status Coverage Status Maven Central Javadocs

Coverage on New Code New Debt

SpotBugs is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community.

SpotBugs is licensed under the GNU LESSER GENERAL PUBLIC LICENSE.

More information at the official website. A lot of things can still be found at the old FindBugs website.

Build

SpotBugs is built using Gradle. The recommended way to obtain it is to simply run the gradlew (or gradlew.bat) wrapper, which will automatically download and run the correct version as needed (using the settings in gradle/wrapper/gradle-wrapper.properties).

To see a list of build options, run gradle tasks (or gradlew tasks). The build task will perform a full build and test.

To build the SpotBugs plugin for Eclipse, you'll need to create the file eclipsePlugin/local.properties, containing a property eclipseRoot.dir that points to an Eclipse installation's root directory (see .travis.yml for an example), then run the build. To prepare Eclipse environment only, run ./gradlew eclipse. See also detailed steps.

Questions?

You can contact us using our general purpose mailing list.

About

SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 95.5%
  • HTML 2.6%
  • XSLT 1.3%
  • TeX 0.4%
  • Shell 0.1%
  • Batchfile 0.1%