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.
    • Field Detail

      • bitop

        private int bitop
      • equality

        private boolean equality
      • arg1

        private java.lang.Number arg1
      • arg2

        private java.lang.Number arg2
    • Constructor Detail

      • IncompatMask

        public IncompatMask​(BugReporter bugReporter)