Class ReadReturnShouldBeChecked

    • Field Detail

      • sawRead

        boolean sawRead
      • sawSkip

        boolean sawSkip
      • recentCallToAvailable

        boolean recentCallToAvailable
      • sawAvailable

        int sawAvailable
      • wasBufferedInputStream

        boolean wasBufferedInputStream
      • locationOfCall

        private int locationOfCall
      • lastCallClass

        private java.lang.String lastCallClass
      • lastCallMethod

        private java.lang.String lastCallMethod
      • lastCallSig

        private java.lang.String lastCallSig
    • Constructor Detail

      • ReadReturnShouldBeChecked

        public ReadReturnShouldBeChecked​(BugReporter bugReporter)
    • Method Detail

      • visit

        public void visit​(org.apache.bcel.classfile.Code obj)
        Overrides:
        visit in class DismantleBytecode
      • isInputStream

        private boolean isInputStream()
      • isBufferedInputStream

        private boolean isBufferedInputStream()
      • isImageIOInputStream

        private boolean isImageIOInputStream()