Class FindNakedNotify

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

public class FindNakedNotify extends BytecodeScanningDetector implements StatelessDetector
  • Field Details

    • stage

      int stage
    • bugReporter

      private final BugReporter bugReporter
    • synchronizedMethod

      boolean synchronizedMethod
    • notifyPC

      private int notifyPC
  • Constructor Details

    • FindNakedNotify

      public FindNakedNotify(BugReporter bugReporter)
  • Method Details