Class BadAppletConstructor

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

public class BadAppletConstructor extends BytecodeScanningDetector
  • Field Details

    • bugReporter

      private final BugReporter bugReporter
    • appletClass

      private final org.apache.bcel.classfile.JavaClass appletClass
    • inConstructor

      private boolean inConstructor
  • Constructor Details

    • BadAppletConstructor

      public BadAppletConstructor(BugReporter bugReporter)
  • Method Details