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 248491

Summary: IncompatibleClassChangeError: Implementing class
Product: java Reporter: Jesse Glick <jglick>
Component: FindBugsAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213263
Attachments: stacktrace

Description Jesse Glick 2014-11-07 15:13:01 UTC
Build: NetBeans IDE Dev (Build 20141104-4e23a32e44d6)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Linux

User Comments:
jglick: Turned on FindBugs in editor and started seeing these exceptions.




Stacktrace: 
java.lang.IncompatibleClassChangeError: Implementing class
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
   at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:311)
   at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:259)
   at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:217)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
Comment 1 Jesse Glick 2014-11-07 15:13:03 UTC
Created attachment 150352 [details]
stacktrace