Class BadUseOfReturnValue

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

public class BadUseOfReturnValue extends BytecodeScanningDetector
  • Field Details

    • bugAccumulator

      BugAccumulator bugAccumulator
    • readLineOnTOS

      boolean readLineOnTOS
    • stringIndexOfOnTOS

      boolean stringIndexOfOnTOS
  • Constructor Details

    • BadUseOfReturnValue

      public BadUseOfReturnValue(BugReporter bugReporter)
  • Method Details