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 258759 - 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: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-10 11:05 UTC by terje7601
Modified: 2016-04-10 11:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223423


Attachments
stacktrace (4.86 KB, text/plain)
2016-04-10 11:06 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2016-04-10 11:05:59 UTC
Build: NetBeans IDE Dev (Build 201604100404)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Windows 10

User Comments:
terje7601: Opening OpenJDK modules

terje7601: Opening OpenJDK modules

terje7601: Opening OpenJDK modules

terje7601: Opening OpenJDK modules java.httpclient and java.base




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62)
   at com.sun.tools.javac.comp.Modules.completeModule(Modules.java:960)
   at com.sun.tools.javac.comp.Modules.access$000(Modules.java:117)
   at com.sun.tools.javac.comp.Modules$1.complete(Modules.java:376)
   at com.sun.tools.javac.code.Symbol.complete(Symbol.java:604)
Comment 1 terje7601 2016-04-10 11:06:01 UTC
Created attachment 159191 [details]
stacktrace