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 204791 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 17:07 UTC by mklaehn
Modified: 2013-03-01 15:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 181210


Attachments
stacktrace (2.68 KB, text/plain)
2011-11-07 17:07 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2011-11-07 17:07:23 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-8180-on-20111029)
VM: Java HotSpot(TM) Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows XP

User Comments:
mklaehn: opening file. some dependencies are missing on classpath of project




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:126)
   at com.sun.tools.javac.util.Assert.check(Assert.java:45)
   at com.sun.tools.javac.code.Scope.leave(Scope.java:150)
   at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:954)
   at com.sun.tools.javac.tree.JCTree$JCBlock.accept(JCTree.java:786)
   at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:453)
Comment 1 mklaehn 2011-11-07 17:07:27 UTC
Created attachment 112941 [details]
stacktrace
Comment 2 Dusan Balek 2011-11-09 09:33:54 UTC
Hard to fix without a reproducible test case. Are you able to reproduce the
issue? If so, could you please create a simple test case and attach it to the
issue? Thanks.
Comment 3 Marian Mirilovic 2013-03-01 15:19:13 UTC
Without response for 16 months, just two cases both ~2 years old. If anybody faces this exception again, please reopen with steps you'd done before, thanks in advance.