Class TypeReturnNull

    • Constructor Detail

      • TypeReturnNull

        public TypeReturnNull​(BugReporter bugReporter)
    • Method Detail

      • visit

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

        protected abstract boolean matchesReturnSignature​(java.lang.String returnSignature)
        Returns:
        true if the given return signature matches expected type
      • accumulateBug

        protected abstract void accumulateBug()
        creates individual bug instance on match