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 271919 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-14 16:03 UTC by Jesse Glick
Modified: 2017-12-14 16:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231174


Attachments
stacktrace (7.15 KB, text/plain)
2017-12-14 16:03 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2017-12-14 16:03:15 UTC
This bug was originally marked as duplicate of bug 199177, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20170814-6284493e63d3)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.151-b12, Java(TM) SE Runtime Environment, 1.8.0_151-b12
OS: Linux

User Comments:
jglick: Classpath scanning.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
   at com.sun.tools.javac.code.Types.merge(Types.java:3778)
   at com.sun.tools.javac.code.Types.intersect(Types.java:3707)
   at com.sun.tools.javac.code.Types.lub(Types.java:3936)
   at com.sun.tools.javac.comp.Infer.getParameterizedSupers(Infer.java:1150)
Comment 1 Jesse Glick 2017-12-14 16:03:19 UTC
Created attachment 165566 [details]
stacktrace