java.lang.NoSuchMethodError: edu.umd.cs.findbugs.detect.FunctionsThatMightBeMistakenForProcedures.setVisitMethodsInCallOrder(Z)V at edu.umd.cs.findbugs.detect.FunctionsThatMightBeMistakenForProcedures.(FunctionsThatMightBeMistakenForProcedures.java:59) Caused: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:408) Caused: java.lang.RuntimeException: Could not instantiate edu.umd.cs.findbugs.detect.FunctionsThatMightBeMistakenForProcedures as Detector at edu.umd.cs.findbugs.DetectorFactory$ReflectionDetectorCreator.createDetector(DetectorFactory.java:73) at edu.umd.cs.findbugs.DetectorFactory$ReflectionDetectorCreator.createDetector2(DetectorFactory.java:93) at edu.umd.cs.findbugs.DetectorFactory.createDetector2(DetectorFactory.java:345) at edu.umd.cs.findbugs.plan.AnalysisPass.instantiateDetector2sInPass(AnalysisPass.java:124) at edu.umd.cs.findbugs.FindBugs2.analyzeApplication(FindBugs2.java:896) at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:230) at org.nbheaven.sqe.tools.findbugs.codedefects.core.FindBugsScannerJob.executeFindBugs(FindBugsScannerJob.java:162) at org.nbheaven.sqe.tools.findbugs.codedefects.core.FindBugsScannerJob.scan(FindBugsScannerJob.java:72) at org.nbheaven.sqe.codedefects.core.spi.SQECodedefectScanner$Job.run(SQECodedefectScanner.java:54) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)