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 119994 - 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: All All
: P3 blocker with 1 vote (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-25 09:12 UTC by Milos Kleint
Modified: 2008-07-18 10:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 6830


Attachments
stacktrace (5.37 KB, text/plain)
2007-11-01 16:53 UTC, Tomas Danek
Details
stacktrace (5.37 KB, text/plain)
2007-11-01 16:56 UTC, Tomas Danek
Details
stacktrace (3.06 KB, text/plain)
2008-06-03 21:57 UTC, malfunction84
Details
stacktrace (4.12 KB, text/plain)
2008-07-17 10:19 UTC, aldobrucale
Details
stacktrace (4.12 KB, text/plain)
2008-07-17 15:19 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2007-10-25 09:12:10 UTC
Keeps on happening to me for some time. Reproducible just for this class.

Build: NetBeans IDE Dev (Build 20071008091345)
VM: Java HotSpot(TM) Client VM, 1.5.0_09-b03
OS: Linux, 2.6.17-5mdv, i386
User comments: completion popup on org.openide.filesystems.FileObject instance
STACKTRACE: (first 10 lines)
java.lang.AssertionError
        at com.sun.tools.javac.comp.Attr.visitNewClass(Attr.java:1545)
        at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1351)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:383)
        at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:400)
        at com.sun.tools.javac.comp.Attr.visitReturn(Attr.java:1176)
        at com.sun.tools.javac.tree.JCTree$JCReturn.accept(JCTree.java:1220)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:383)
        at com.sun.tools.javac.comp.Attr.attribStat(Attr.java:420)
        at com.sun.tools.javac.comp.Attr.attribStats(Attr.java:436)
        at com.sun.tools.javac.comp.Attr.visitBlock(Attr.java:775)
Comment 1 Tomas Danek 2007-11-01 16:53:44 UTC
Build: NetBeans IDE Dev (Build 20071101130916)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Linux, 2.6.20-16-generic, i386

User Comments: 
tried to invoke ctrl-b on some class
Comment 2 Tomas Danek 2007-11-01 16:53:47 UTC
Created attachment 52283 [details]
stacktrace
Comment 3 Tomas Danek 2007-11-01 16:56:00 UTC
Build: NetBeans IDE Dev (Build 20071101130916)
VM: Java HotSpot(TM) Client VM, 1.6.0_01-b06
OS: Linux, 2.6.20-16-generic, i386

User Comments: 
invoked ctrl-b on some class (target class is in netbeans sources)
Comment 4 Tomas Danek 2007-11-01 16:56:03 UTC
Created attachment 52284 [details]
stacktrace
Comment 5 Tomas Danek 2007-11-01 16:58:47 UTC
mentioned class was o.o.filesystems.FileObject
Comment 6 Exceptions Reporter 2008-04-16 16:28:26 UTC
This issue has already 20 duplicates 
Comment 7 malfunction84 2008-06-03 21:57:30 UTC
Created attachment 62336 [details]
stacktrace
Comment 8 aldobrucale 2008-07-17 10:19:14 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Comment 9 aldobrucale 2008-07-17 10:19:23 UTC
Created attachment 64811 [details]
stacktrace
Comment 10 aldobrucale 2008-07-17 15:19:30 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-19-generic, i386

User Comments: 
Editing a java file
Comment 11 aldobrucale 2008-07-17 15:19:41 UTC
Created attachment 64858 [details]
stacktrace
Comment 12 Jan Becicka 2008-07-18 10:52:29 UTC

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