Difference between revisions of "FindBugs"

From HaFrWiki
Jump to: navigation, search
(Created page with "'''FindBugs''' has been created by the University of Maryland. FindBugs finds errors/bugs in software sources. ==Error Code and Messages== The list of FindBugs Errors and Wa...")
 
m
Line 17: Line 17:
  
 
===External links===
 
===External links===
* [http://findbugs.sourceforge.net FindBugs] sourceforge site.
+
* [http://findbugs.sourceforge.net FindBugs] Homepage sourceforge site .
* [http://findbugs.sourceforge.net/manual/index.html Manual].
+
* [http://findbugs.sourceforge.net/manual/index.html FindBugs], Manual
 +
* [http://findbugs.sourceforge.net/bugDescriptions.html FindBugs], Description of the found defects.  
  
 
[[Category:Index]]
 
[[Category:Index]]

Revision as of 10:25, 15 August 2015

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

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:

Links

External links