What does all these FindBugs prefixes AM, BC, DP, ... mean?

Posted by Hans Klock on Stack Overflow See other posts from Stack Overflow or by Hans Klock
Published on 2010-04-16T17:33:03Z Indexed on 2010/04/16 19:03 UTC
Read the original article Hit count: 430

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about java

Related posts about findbugs