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 - 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-07-24 14:11 UTC by java1cprog
Modified: 2017-07-24 14:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214016


Attachments
stacktrace (5.15 KB, text/plain)
2017-07-24 14:11 UTC, java1cprog
Details

Note You need to log in before you can comment on or make changes to this bug.
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