FindBugs: Difference between revisions
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]. | ||
=== | == See also == | ||
<span class="editsection">[[#content|top]]</span> | |||
=== 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: | [[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: