Class IteratorIdioms

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

public class IteratorIdioms extends BytecodeScanningDetector implements StatelessDetector
  • Field Details

    • iteratorDescriptor

      private final ClassDescriptor iteratorDescriptor
    • bugReporter

      private final BugReporter bugReporter
    • sawNoSuchElement

      private boolean sawNoSuchElement
    • sawCall

      private boolean sawCall
    • shouldVisitCode

      private boolean shouldVisitCode
  • Constructor Details

    • IteratorIdioms

      public IteratorIdioms(BugReporter bugReporter)
  • Method Details