This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269604 - NoClassDefFoundError: Could not initialize class edu.umd.cs.findbugs.ba.AnalysisContext
Summary: NoClassDefFoundError: Could not initialize class edu.umd.cs.findbugs.ba.Analy...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.2
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-19 16:20 UTC by Exceptions Reporter
Modified: 2017-01-19 16:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227750


Attachments
stacktrace (2.34 KB, text/plain)
2017-01-19 16:21 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-01-19 16:20:58 UTC
This issue was reported manually by romych.
It already has 1 duplicates 


Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
GUEST: FindBug does not work from IDE.
It is my report. 
On last two Netbeans versions 8.1 and 8.2 on Windows 7, Java 8-112.
On all projects (maven if this is important), I get this exception when do Menu->Source->Inspect-> FindBugs -> push btn[Inspect]




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class edu.umd.cs.findbugs.ba.AnalysisContext
   at edu.umd.cs.findbugs.FindBugs2.clearCaches(FindBugs2.java:321)
   at edu.umd.cs.findbugs.FindBugs2.execute(FindBugs2.java:301)
   at org.netbeans.modules.findbugs.RunFindBugs.runFindBugs(RunFindBugs.java:291)
   at org.netbeans.modules.findbugs.AnalyzerImpl$2.run(AnalyzerImpl.java:312)
   at org.netbeans.modules.findbugs.AnalyzerImpl$2.run(AnalyzerImpl.java:310)
   at org.netbeans.modules.java.source.parsing.MimeTask.run(MimeTask.java:83)
Comment 1 Exceptions Reporter 2017-01-19 16:21:03 UTC
Created attachment 163433 [details]
stacktrace