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 - AssertionError: Unexpected intersection type: java.lang.Object&java.io.Serializable&java.lang.Comparable<? extends java.lang.Object&java.io.Serializable&java.lang.Comparable<?>>
Summary: AssertionError: Unexpected intersection type: java.lang.Object&java.io.Serial...
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-05 08:09 UTC by Jiri Skrivanek
Modified: 2016-06-06 07:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223892


Attachments
stacktrace (4.66 KB, text/plain)
2016-05-05 08:09 UTC, Jiri Skrivanek
Details

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