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 268436 - 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: 2016-10-10 03:28 UTC by jdlee
Modified: 2016-10-10 03:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222972


Attachments
stacktrace (4.61 KB, text/plain)
2016-10-10 03:28 UTC, jdlee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jdlee 2016-10-10 03:28:42 UTC
Build: NetBeans IDE Dev JDK9 Branch (Build 201610090404)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
GUEST: I really don't know.  Was clicking in the files window...

jdlee: Moving a class to a new package




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.comp.Modules.setCompilationUnitModules(Modules.java:429)
   at com.sun.tools.javac.comp.Modules.enter(Modules.java:251)
   at com.sun.tools.javac.comp.Modules.enter(Modules.java:232)
   at com.sun.tools.javac.comp.Modules.initModules(Modules.java:223)
Comment 1 jdlee 2016-10-10 03:28:43 UTC
Created attachment 162423 [details]
stacktrace