http://findbugs.sourceforge.net/bugDescriptions.html contains a long list of error types. They belong to a category like correctness and performance but do start with an prefix too. EQ for equality is obvious, same like SQL or BIT. But some cryptic. Is there a list what all these prefixes mean?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Some of them are explained in a PDF I found on Google: http://www.cs.colostate.edu/~mstrout/CS653Spring06/Slides/student-01-sandeep-findbugs.pdf (last page) I hope it's OK to quote it here:
|
|||
|
|
|
There is a single XML file within the FindBugs codebase that lists all the alerts that can be generated. You can view this file at the Google code project here. Here is an excerpt from the file:
The detailed descriptions are stored in a different file, which you can browse here. |
|||||
|