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 271251 - 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-08-09 07:02 UTC by java1cprog
Modified: 2017-08-09 07:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229967


Attachments
stacktrace (7.49 KB, text/plain)
2017-08-09 07:02 UTC, java1cprog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description java1cprog 2017-08-09 07:02:14 UTC
Build: NetBeans IDE Dev (Build 201708010001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Windows 7

User Comments:
java1cprog: Do not found a class




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.allModules(Modules.java:1247)
   at com.sun.tools.javac.model.JavacElements.unboundNameToSymbol(JavacElements.java:196)
   at com.sun.tools.javac.model.JavacElements.doGetElement(JavacElements.java:179)
   at com.sun.tools.javac.model.JavacElements.doGetTypeElement(JavacElements.java:169)
Comment 1 java1cprog 2017-08-09 07:02:16 UTC
Created attachment 164920 [details]
stacktrace