Class IncompatMask

All Implemented Interfaces:
Detector, Priorities, org.apache.bcel.classfile.Visitor

public class IncompatMask extends OpcodeStackDetector
Find comparisons involving values computed with bitwise operations whose outcomes are fixed at compile time.
Author:
Tom Truscott <[email protected]>, Tagir Valeev