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 167455 - [67cat] ClassCastException: com.sun.tools.javac.tree.JCTree$JCTypeApply cannot be cast to com.sun.tools.javac.tree.JCTree$JCMethodInvocation
Summary: [67cat] ClassCastException: com.sun.tools.javac.tree.JCTree$JCTypeApply canno...
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on: 169099
Blocks:
  Show dependency tree
 
Reported: 2009-06-22 11:59 UTC by aldobrucale
Modified: 2009-09-18 18:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 41934


Attachments
stacktrace (3.50 KB, text/plain)
2009-06-22 11:59 UTC, aldobrucale
Details
stacktrace (6.52 KB, text/plain)
2009-09-18 18:51 UTC, J Bachorik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2009-06-22 11:59:14 UTC
Build: NetBeans IDE 6.7 RC3 (Build 200906142201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-13-generic, i386

User Comments:
GUEST: ???????????

aldobrucale: method autocompletion inside parameter editing



Stacktrace: 
java.lang.ClassCastException: com.sun.tools.javac.tree.JCTree$JCTypeApply cannot be cast to com.sun.tools.javac.tree.JCTree$JCMethodInvocation
        at com.sun.tools.javac.comp.Attr.checkId(Attr.java:2198)
        at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:1869)
        at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1683)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:381)
        at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:398)
        at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:1325)
Comment 1 aldobrucale 2009-06-22 11:59:19 UTC
Created attachment 83867 [details]
stacktrace
Comment 2 Dusan Balek 2009-06-22 17:31:41 UTC
Is the issue reproducible on your sources?
Comment 3 aldobrucale 2009-06-23 09:19:14 UTC
No, it happened just once. If it happens again I will give more details.
Comment 4 Peter Pis 2009-09-03 11:12:50 UTC
For now closing as WORKSFORME. Please feel free to reopen the issue, in a case you will encounter it again. Also please
attach requested info. Thanks.
Comment 5 J Bachorik 2009-09-18 18:51:37 UTC
Build: NetBeans IDE Dev (Build 090918)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.27-14-generic, amd64

User Comments: 


Stacktrace: 
java.lang.ClassCastException: com.sun.tools.javac.tree.JCTree$JCFieldAccess cannot be cast to com.sun.tools.javac.tree.JCTree$JCMethodInvocation
        at com.sun.tools.javac.comp.Attr.checkId(Attr.java:2198)
        at com.sun.tools.javac.comp.Attr.visitIdent(Attr.java:1869)
        at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1683)
        at com.sun.tools.javac.comp.Attr.attribTree(Attr.java:381)
        at com.sun.tools.javac.comp.Attr.attribExpr(Attr.java:398)
        at com.sun.tools.javac.comp.Attr.visitApply(Attr.java:1325)
Comment 6 J Bachorik 2009-09-18 18:51:41 UTC
Created attachment 87933 [details]
stacktrace