Code Inspection: Incompatible bitwise mask operation
Reports bitwise mask expressions which are guaranteed to evaluate to true or false . Expressions checked are of the form (var & constant1) == constant2 or (var | constant1) == constant2 , where constant1 and constant2 are incompatible bitmask constants.
Last modified: 08 May 2020