Class FindRoughConstants

    • Constructor Detail

      • FindRoughConstants

        public FindRoughConstants​(BugReporter bugReporter)
    • Method Detail

      • visitAfter

        public void visitAfter​(org.apache.bcel.classfile.JavaClass obj)
        Overrides:
        visitAfter in class PreorderVisitor
      • hasInterestingConstant

        private boolean hasInterestingConstant​(org.apache.bcel.classfile.ConstantPool cp)
      • isInteresting

        private boolean isInteresting​(java.lang.Number constValue,
                                      double candidate)
      • checkConst

        private void checkConst​(java.lang.Number constValue)