Class BuildAccessMethodsDatabase

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

public class BuildAccessMethodsDatabase extends BytecodeScanningDetector implements NonReportingDetector
  • Constructor Details

    • BuildAccessMethodsDatabase

      public BuildAccessMethodsDatabase(BugReporter bugReporter)
      Parameters:
      bugReporter - Unused, but we need that argument so the constructor can be called via reflection
  • Method Details