Class FindRunInvocations

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

public class FindRunInvocations extends BytecodeScanningDetector implements StatelessDetector
  • Field Details

    • bugReporter

      private final BugReporter bugReporter
    • bugAccumulator

      private final BugAccumulator bugAccumulator
    • alreadySawStart

      private boolean alreadySawStart
  • Constructor Details

    • FindRunInvocations

      public FindRunInvocations(BugReporter bugReporter)
  • Method Details