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

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: java1cprog <java1cprog>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229967
Attachments: stacktrace

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