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

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: alied <alied>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: alied, cdea, ivar_grimstad, ksrini, saden1
Priority: P3 Keywords: JDK_9
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224169
Attachments: stacktrace
stacktrace

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