All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.findbugs.INT_VACUOUS_BIT_OPERATION.html Maven / Gradle / Ivy



INT_VACUOUS_BIT_OPERATION

INT: Vacuous bit mask operation on integer value (INT_VACUOUS_BIT_OPERATION)

This is an integer bit operation (and, or, or exclusive or) that doesn't do any useful work (e.g., v & 0xffffffff).





© 2015 - 2024 Weber Informatics LLC | Privacy Policy