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 236442 - ClassCastException: com.sun.tools.javac.code.Symbol$TypeVariableSymbol cannot be cast to javax.lang.model.element.TypeElement
Summary: ClassCastException: com.sun.tools.javac.code.Symbol$TypeVariableSymbol cannot...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Expression Language (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 02:48 UTC by janario
Modified: 2014-01-08 10:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204186


Attachments
stacktrace (2.75 KB, text/plain)
2013-09-27 02:49 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-09-27 02:48:59 UTC
Build: NetBeans IDE Dev (Build 20130926-930c37782184)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
janario: Refactoring rename method




Stacktrace: 
java.lang.ClassCastException: com.sun.tools.javac.code.Symbol$TypeVariableSymbol cannot be cast to javax.lang.model.element.TypeElement
   at org.netbeans.modules.web.el.refactoring.ELWhereUsedQuery$2.visit(ELWhereUsedQuery.java:220)
   at com.sun.el.parser.SimpleNode.accept(SimpleNode.java:222)
   at com.sun.el.parser.SimpleNode.accept(SimpleNode.java:225)
   at com.sun.el.parser.SimpleNode.accept(SimpleNode.java:225)
   at com.sun.el.parser.SimpleNode.accept(SimpleNode.java:225)
   at com.sun.el.parser.SimpleNode.accept(SimpleNode.java:225)
Comment 1 janario 2013-09-27 02:49:00 UTC
Created attachment 140525 [details]
stacktrace
Comment 2 Martin Fousek 2014-01-08 10:24:34 UTC
Fixed in web-main #b4125f37a45f.