Class FindLocalSelfAssignment2

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

public class FindLocalSelfAssignment2 extends BytecodeScanningDetector implements StatelessDetector
  • Field Details

    • bugReporter

      private final BugReporter bugReporter
    • previousLoadOf

      private int previousLoadOf
    • previousGotoTarget

      private int previousGotoTarget
    • gotoCount

      private int gotoCount
    • previousStores

      private final BitSet previousStores
  • Constructor Details

    • FindLocalSelfAssignment2

      public FindLocalSelfAssignment2(BugReporter bugReporter)
  • Method Details