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 262263 - 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: JDK_9
Depends on:
Blocks:
 
Reported: 2016-05-28 15:49 UTC by alied
Modified: 2016-12-06 12:33 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224169


Attachments
stacktrace (2.73 KB, text/plain)
2016-05-28 15:49 UTC, alied
Details
stacktrace (2.74 KB, text/plain)
2016-06-02 01:02 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2016-05-28 15:49:11 UTC
Build: NetBeans IDE Dev (Build 201604090404)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
GUEST: JDK9 build, created project

alied: opening a module-info.java




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.code.Symtab.enterPackage(Symtab.java:728)
   at com.sun.tools.javac.comp.Enter.visitTopLevel(Enter.java:359)
   at com.sun.tools.javadoc.JavadocEnter.visitTopLevel(JavadocEnter.java:87)
   at com.sun.tools.javac.tree.JCTree$JCCompilationUnit.accept(JCTree.java:527)
Comment 1 alied 2016-05-28 15:49:13 UTC
Created attachment 159908 [details]
stacktrace
Comment 2 alied 2016-06-02 01:02:04 UTC
Created attachment 159935 [details]
stacktrace

Opening a module-info.java in the editor