Difference between revisions of "FindBugs"

From HaFrWiki
Jump to: navigation, search
m
m
 
Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
'''FindBugs''' has been created by the University of Maryland. FindBugs finds errors/bugs in software sources. <ref name="home"></ref>
+
'''FindBugs''' has been created by the University of Maryland. FindBugs finds errors/bugs in software sources <ref name="home">[http://findbugs.sourceforge.net FindBugs], Homepage of FindBugs.</ref>.
  
 
== Error Code and Messages ==
 
== Error Code and Messages ==
Line 31: Line 31:
 
[[Category:Index]]
 
[[Category:Index]]
 
[[Category:Java]]
 
[[Category:Java]]
[[Category:Maven]]
+
[[Category:Metrics]]
 
[[Category:Programming]]
 
[[Category:Programming]]
 
[[Category:Tools]]
 
[[Category:Tools]]

Latest revision as of 17:46, 15 August 2015

FindBugs has been created by the University of Maryland. FindBugs finds errors/bugs in software sources [1].

Error Code and Messages

The list of FindBugs Errors and Warnings:

  • Correctness warnings
  • Internationalization warnings
  • Multithreaded Correctness warnings
  • Malicious Code Vulnerability Warnings
  • Performance Warnings
  • Style Warnings
  • Details

See:


See also

top

External links

Reference

top

  1. FindBugs, Homepage of FindBugs.