FindBugs: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''FindBugs''' has been created by the University of Maryland. FindBugs finds errors/bugs in software sources.  
{{TOCright}}
'''FindBugs''' has been created by the University of Maryland. FindBugs finds errors/bugs in software sources. <ref name="home"></ref>


==Error Code and Messages==
== Error Code and Messages ==
The list of FindBugs Errors and Warnings:
The list of FindBugs Errors and Warnings:
* Correctness warnings
* Correctness warnings
Line 14: Line 15:
* [http://findbugs.sourceforge.net/bugDescriptions.html Bug Descriptions].
* [http://findbugs.sourceforge.net/bugDescriptions.html Bug Descriptions].


==Links==


===External links===
== See also ==
<span class="editsection">[[#content|top]]</span>
 
=== External links ===
* [http://findbugs.sourceforge.net FindBugs] Homepage sourceforge site .
* [http://findbugs.sourceforge.net FindBugs] Homepage sourceforge site .
* [http://findbugs.sourceforge.net/manual/index.html FindBugs], Manual
* [http://findbugs.sourceforge.net/manual/index.html FindBugs], Manual
* [http://findbugs.sourceforge.net/bugDescriptions.html FindBugs], Description of the found defects.  
* [http://findbugs.sourceforge.net/bugDescriptions.html FindBugs], Description of the found defects.  


== Reference ==
<span class="editsection">[[#content|top]]</span>
<references/>
[[Category:Development]]
[[Category:Index]]
[[Category:Index]]
[[Category:Java]]
[[Category:Java]]
[[Category:Development]]
[[Category:Maven]]
[[Category:Programming]]
[[Category:Programming]]
[[Category:Tools]]
[[Category:Tools]]

Revision as of 17:45, 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. Cite error: Invalid <ref> tag; no text was provided for refs named home