Class FindSelfComparison

    • Field Detail

      • putFieldPC

        int putFieldPC
      • putFieldXField

        XField putFieldXField
      • lastMethodCall

        int lastMethodCall
      • DEBUG

        static final boolean DEBUG
      • whichRegister

        int whichRegister
      • registerLoadCount

        int registerLoadCount
    • Constructor Detail

      • FindSelfComparison

        public FindSelfComparison​(BugReporter bugReporter)
    • Method Detail

      • visit

        public void visit​(org.apache.bcel.classfile.Code obj)
        Overrides:
        visit in class DismantleBytecode
      • resetDoubleAssignmentState

        private void resetDoubleAssignmentState()
      • checkForSelfOperation

        private void checkForSelfOperation​(int opCode,
                                           java.lang.String op)