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 271824

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

Description Exceptions Reporter 2017-11-17 11:50:03 UTC
This bug was originally marked as duplicate of bug 262347, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201710200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9.0.1+11, Java(TM) SE Runtime Environment, 9.0.1+11
OS: Linux

User Comments:
GUEST: Clicked in the quick search and started typing...




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.jvm.ClassReader$3.read(ClassReader.java:1064)
   at com.sun.tools.javac.jvm.ClassReader.readAttrs(ClassReader.java:1556)
   at com.sun.tools.javac.jvm.ClassReader.readMemberAttrs(ClassReader.java:1546)
   at com.sun.tools.javac.jvm.ClassReader.readField(ClassReader.java:2364)
Comment 1 Exceptions Reporter 2017-11-17 11:50:06 UTC
Created attachment 165464 [details]
stacktrace