resources.report.rules.findbugs.BIT_AND.html Maven / Gradle / Ivy
BIT_AND
BIT: Incompatible bit masks (BIT_AND)
This method compares an expression of the form (e & C) to D,
which will always compare unequal
due to the specific values of constants C and D.
This may indicate a logic error or typo.