Dodgy - Vacuous bit mask operation on integer value

findbugs : 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).