Class FindFinalizeInvocations

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

public class FindFinalizeInvocations extends BytecodeScanningDetector implements StatelessDetector
  • Field Details

    • DEBUG

      private static final boolean DEBUG
    • bugReporter

      private final BugReporter bugReporter
    • bugAccumulator

      private final BugAccumulator bugAccumulator
    • sawSuperFinalize

      boolean sawSuperFinalize
  • Constructor Details

    • FindFinalizeInvocations

      public FindFinalizeInvocations(BugReporter bugReporter)
  • Method Details