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 - IncompatibleClassChangeError: Implementing class
Summary: IncompatibleClassChangeError: Implementing class
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: FindBugs (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-07 15:13 UTC by Jesse Glick
Modified: 2015-02-04 09:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213263


Attachments
stacktrace (2.65 KB, text/plain)
2014-11-07 15:13 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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