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 270438 - 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-04-19 13:31 UTC by Alexandr Scherbatiy
Modified: 2018-05-08 13:41 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228854


Attachments
stacktrace (5.17 KB, text/plain)
2017-04-19 13:31 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2017-04-19 13:31:31 UTC
Build: NetBeans IDE Dev (Build 20170414-6f83fecc718f)
VM: Java HotSpot(TM) Server VM, 9-ea+165, Java(TM) SE Runtime Environment, 9-ea+165
OS: Windows 8.1

User Comments:
sunflower: NetBeans built from sources + JDK 9




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.Enter.moduleEnv(Enter.java:274)
   at com.sun.tools.javac.comp.Enter.visitModuleDef(Enter.java:772)
   at com.sun.tools.javac.tree.JCTree$JCModuleDecl.accept(JCTree.java:2672)
   at com.sun.tools.javac.comp.Enter.classEnter(Enter.java:327)
Comment 1 Alexandr Scherbatiy 2017-04-19 13:31:34 UTC
Created attachment 164140 [details]
stacktrace