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 141700 - AssertionError at com.sun.tools.javac.comp.Attr.visitNewClass
Summary: AssertionError at com.sun.tools.javac.comp.Attr.visitNewClass
Status: RESOLVED DUPLICATE of bug 138391
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 16:23 UTC by Tomas Danek
Modified: 2008-07-28 09:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 61432


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2008-07-25 16:23:32 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86
User comments: editing
STACKTRACE: (first 10 lines)
java.lang.AssertionError
        at com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:1562)
        at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1350)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:387)
        at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:1884)
        at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:1655)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:387)
        at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:404)
        at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:1325)
        at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1300)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:387)
Comment 1 Dusan Balek 2008-07-28 09:39:59 UTC
Already reported. Thanks.

*** This issue has been marked as a duplicate of 138391 ***