
resources.report.rules.spotbugs.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 - 2025 Weber Informatics LLC | Privacy Policy