FindBugs: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to 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..."
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
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">[http://findbugs.sourceforge.net FindBugs], Homepage of FindBugs.</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 ==
* [http://findbugs.sourceforge.net FindBugs] sourceforge site.
<span class="editsection">[[#content|top]]</span>
* [http://findbugs.sourceforge.net/manual/index.html Manual].


=== External links ===
* [http://findbugs.sourceforge.net FindBugs] Homepage sourceforge site .
* [http://findbugs.sourceforge.net/manual/index.html FindBugs], Manual
* [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: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.