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 259136

Summary: AssertionError: Unexpected intersection type: java.lang.Object&java.io.Serializable&java.lang.Comparable<? extends java.lang.Object&java.io.Serializable&java.lang.Comparable<?>>
Product: java Reporter: Jiri Skrivanek <jskrivanek>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: VERIFIED FIXED    
Severity: normal CC: aschild
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223892
Attachments: stacktrace

Description Jiri Skrivanek 2016-05-05 08:09:35 UTC
Build: NetBeans IDE Dev (Build 201605020002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 8.1

User Comments:
jskrivanek: Sources updated externally.




Stacktrace: 
java.lang.AssertionError: Unexpected intersection type: java.lang.Object&java.io.Serializable&java.lang.Comparable<? extends java.lang.Object&java.io.Serializable&java.lang.Comparable<?>>
   at com.sun.tools.javac.jvm.ClassWriter.enterInner(ClassWriter.java:1024)
   at com.sun.tools.javac.jvm.ClassWriter.writePool(ClassWriter.java:458)
   at com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1792)
   at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1659)
   at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:740)
   at com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1607)
Comment 1 Jiri Skrivanek 2016-05-05 08:09:37 UTC
Created attachment 159550 [details]
stacktrace
Comment 2 Dusan Balek 2016-06-03 12:59:39 UTC
Should be fixed together with #258733.