This rule is a stub.
References
- Findbugs: ICAST_BAD_SHIFT_AMOUNT
- INT34-C. Do not shift an expression by a negative number of bits or by greater than or equal to the number of bits that exist in the operand
- JLS 15.19. Shift Operators
This rule is a stub.