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 271152

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: 214016
Attachments: stacktrace

Description java1cprog 2017-07-24 14:11:09 UTC
Build: NetBeans IDE Dev (Build 201707240001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+178, Java(TM) SE Runtime Environment, 9+178
OS: Windows 7

User Comments:
GUEST: Don't compile xsd schema http://dev.w3.org/2011/QT3-test-suite/

java1cprog: I do not knnow.




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.code.SymbolMetadata.setDeclarationAttributes(SymbolMetadata.java:115)
   at com.sun.tools.javac.code.SymbolMetadata.setAttributes(SymbolMetadata.java:147)
   at com.sun.tools.javac.code.Symbol.setAttributes(Symbol.java:247)
   at com.sun.tools.javac.comp.Lower.visitPackageDef(Lower.java:2343)
Comment 1 java1cprog 2017-07-24 14:11:11 UTC
Created attachment 164820 [details]
stacktrace