FindBugs

From Wikipedia, the free encyclopedia

Template:Short description

Page Module:Message box/ambox.css has no content.

Page Module:Infobox/styles.css has no content.

FindBugs
[[Programmer|DeveloperTemplate:Pluralize from text]]Bill Pugh and David Hovemeyer
Initial release10 June 2006; 20 years ago (2006-06-10)[1]
Template:Infobox software/simple
Written inJava
Operating systemCross-platform
TypeStatic code analysis
LicenseGNU Lesser General Public License
WebsiteLua error in package.lua at line 80: module 'Module:If preview' not found.

Script error: No such module "Check for conflicting parameters".

FindBugs is an open-source static code analyzer created by Bill Pugh and David Hovemeyer which detects possible bugs in Java programs[2][3], continued as SpotBugs[4]. Potential errors are classified in four ranks: (i) scariest, (ii) scary, (iii) troubling and (iv) of concern. This is a hint to the developer about their possible impact or severity.[5]. FindBugs operates on Java bytecode, rather than source code. The software is distributed as a stand-alone GUI application. There are also plug-ins available for Eclipse,[6] NetBeans,[7] IntelliJ IDEA,[8][9][10] Gradle, Hudson,[11] Maven,[12] Bamboo[13] and Jenkins.[14]

Additional rule sets can be plugged in FindBugs to increase the set of checks performed.[15]

See also

SpotBugs

Page Module:Infobox/styles.css has no content.

SpotBugs
[[Programmer|DeveloperTemplate:Pluralize from text]]SpotBugs team
Initial release23 October 2017; 8 years ago (2017-10-23)[16]
Template:Infobox software/simple
Written inJava
Operating systemCross-platform
PredecessorFindBugs
LicenseGNU Lesser General Public License
WebsiteHomepage, Manual
RepositoryGitHub

Script error: No such module "Check for conflicting parameters".SpotBugs is the spiritual successor of FindBugs, carrying on from the point where it left off with support of its community.

In 2016, the project lead of FindBugs was inactive but there are many issues in its community so Andrey Loskutov gave an announcement [17] to its community, and some volunteers tried creating a project with support for modern Java platform and better maintainability. On September 21, 2017, Andrey Loskutov again gave an announcement [18] about the status of new community, then released SpotBugs 3.1.0 [19] with support for Java 11 the new LTS, especially Java Platform Module System and invokedynamic instruction.

There are also plug-ins available for Eclipse,[20] IntelliJ IDEA,[21] Gradle,[22] Maven[23] and SonarQube.[24] SpotBugs also supports all of existing FindBugs plugins such as sb-contrib,[25] find-security-bugs,[26] with several minor changes.[27]

Applications

SpotBugs have numerous areas of applications:

  1. Testing during a Continuous Integration or Delivery Cycle.
  2. Locating faults in an application.
  3. During a code review.

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content."FindBugs 1.0.0 release date".
  2. ^ Page Module:Citation/CS1/styles.css has no content."FindBugs, Part 1: Improve the quality of your code". IBM.
  3. ^ Page Module:Citation/CS1/styles.css has no content."FindBugs, Part 2: Writing custom detectors". IBM.
  4. ^ Page Module:Citation/CS1/styles.css has no content. https://spotbugs.github.io/. {{cite web}}: Missing or empty |title= (help)
  5. ^ Page Module:Citation/CS1/styles.css has no content.Markus, Sprunck. "Findbugs – Static Code Analysis of Java". Retrieved April 24, 2013.
  6. ^ Page Module:Citation/CS1/styles.css has no content."FindBugs Downloads".
  7. ^ Page Module:Citation/CS1/styles.css has no content."Static Code Analysis in the NetBeans IDE Java Editor". Archived from the original on 2014-08-12. Retrieved 2013-10-21.
  8. ^ idea-findbugs plug-in
  9. ^ Page Module:Citation/CS1/styles.css has no content."Google Project Hosting".
  10. ^ Page Module:Citation/CS1/styles.css has no content."QAPlug – quality assurance plugin".
  11. ^ Page Module:Citation/CS1/styles.css has no content."FindBugs Plugin". Archived from the original on 2013-01-29. Retrieved 2010-03-22.
  12. ^ Page Module:Citation/CS1/styles.css has no content."FindBugs Maven Plugin – Introduction".
  13. ^ View FindBugs
  14. ^ Page Module:Citation/CS1/styles.css has no content."Findbugs".
  15. ^ Page Module:Citation/CS1/styles.css has no content."fb-contrib™: A FindBugs™ auxiliary detector plugin".
  16. ^ Page Module:Citation/CS1/styles.css has no content."SpotBugs 3.1.0 release date". GitHub. 17 November 2021.
  17. ^ Page Module:Citation/CS1/styles.css has no content.Loskutov, Andrey (November 2, 2016). "[FB-Discuss] Project status". Retrieved 2021-06-24.
  18. ^ Page Module:Citation/CS1/styles.css has no content.Loskutov, Andrey (September 21, 2017). "[FB-Discuss] Announcing SpotBugs as FindBugs successor". Retrieved 2021-06-24.
  19. ^ Page Module:Citation/CS1/styles.css has no content."Release SpotBugs 3.1.0 · spotbugs/spotbugs". GitHub. Retrieved 2021-06-24.
  20. ^ Page Module:Citation/CS1/styles.css has no content."SpotBugs Eclipse Plugin Update Site".
  21. ^ Page Module:Citation/CS1/styles.css has no content."SpotBugs-IDEA".
  22. ^ Page Module:Citation/CS1/styles.css has no content."SpotBugs Gradle Plugin".
  23. ^ Page Module:Citation/CS1/styles.css has no content."SpotBugs Maven Plugin".
  24. ^ Page Module:Citation/CS1/styles.css has no content."sonar-findbugs". GitHub. 15 November 2021.
  25. ^ Page Module:Citation/CS1/styles.css has no content."'spotbugs' branch in fb-contrib repo". GitHub.
  26. ^ Page Module:Citation/CS1/styles.css has no content."Find Security Bugs".
  27. ^ Page Module:Citation/CS1/styles.css has no content."Migration guide for Plugin Developers".

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.


Template:Asbox