-
Notifications
You must be signed in to change notification settings - Fork 12
/
params.json
6 lines (6 loc) · 1.76 KB
/
params.json
1
2
3
4
5
6
{
"name": "SpotBugs",
"tagline": "Find bugs in Java Programs",
"body": "SpotBugs is a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the [GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl.html).\r\n\r\nSpotBugs is the spiritual sucessor of [FindBugs](http://findbugs.sourceforge.net/), carrying on from the point where it left off with support of its community.\r\n\r\nSpotBugs requires JRE (or JDK) 1.7.0 or later to run. However, it can analyze programs compiled for any version of Java, from 1.0 to 1.8.\r\n\r\n### Bug Descriptions\r\nSpotBugs checks for more that 400 bug patterns. Bug descriptions can be found [here](/bugDescriptions.html)\r\n\r\nDescriptions are also available in [Japanese](/bugDescriptions_ja.html) and [French](/bugDescriptions_fr.html)\r\n\r\n### Using SpotBugs\r\n\r\nSpotBugs can be used standalone and through several integrations, including:\r\n\r\n* Ant\r\n* [Maven](http://gleclaire.github.io/findbugs-maven-plugin/)\r\n* [Gradle](https://docs.gradle.org/current/userguide/findbugs_plugin.html)\r\n* Eclipse\r\n\r\n### Extensions\r\nSpotBugs is extensible. New detectors can be added through plugins. Popular SpotBugs plugins include:\r\n\r\n* [fb-contrib](http://fb-contrib.sourceforge.net/)\r\n* [find-sec-bugs](http://h3xstream.github.io/find-sec-bugs/)\r\n\r\n### Documentation\r\n[API](https://javadoc.io/doc/com.github.spotbugs/spotbugs/) \\[[no frames](https://static.javadoc.io/com.github.spotbugs/spotbugs/3.1.0-RC1/overview-summary.html)\\]\r\n\r\n### Support or Contact\r\nYou can contact us and report issues on [GitHub](https://github.com/spotbugs/spotbugs/issues)\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}