[jbosstools-issues] [JBoss JIRA] Assigned: (JBIDE-2956) ClassCastException when double clicking annotation

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Thu Oct 23 04:14:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-2956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Galder Zamarreno reassigned JBIDE-2956:
---------------------------------------

    Assignee: Vitali Yemialyanchyk  (was: Galder Zamarreno)


> ClassCastException when double clicking annotation
> --------------------------------------------------
>
>                 Key: JBIDE-2956
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-2956
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 3.0.0.alpha
>            Reporter: Galder Zamarreno
>            Assignee: Vitali Yemialyanchyk
>            Priority: Critical
>             Fix For: 3.0.0.beta1
>
>         Attachments: jbosstools-diagnostics-20081022132956.zip
>
>
> I opened my EAP 4.3.0.GA_CP02 workspace with this JBDS instance 
> (originally created from plain Eclipse 3.4) and tried opening the 
> org.jboss.annotaton.ejb.RemoteBinding annotation. When double 
> clicking the annotation name, I get this exception:
> eclipse.buildId=M20080911-1700
> java.version=1.6.0
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Command-line arguments:  -os linux -ws gtk -arch x86
> Error
> Wed Oct 22 13:21:26 CEST 2008
> org.eclipse.jdt.core.dom.AnnotationTypeDeclaration cannot be cast to org.eclipse.jdt.core.dom.TypeDeclaration
> java.lang.ClassCastException: org.eclipse.jdt.core.dom.AnnotationTypeDeclaration cannot be cast to org.eclipse.jdt.core.dom.TypeDeclaration
> at org.hibernate.eclipse.jdt.ui.internal.jpa.actions.JPAMapToolActor.updateSelectedItems(JPAMapToolActor.java:181)
> at org.hibernate.eclipse.jdt.ui.internal.jpa.actions.JPAMapToolActionPulldownDelegate.selectionChanged(JPAMapToolActionPulldownDelegate.java:73)
> at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
> at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
> at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:299)
> at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156)
> at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
> at org.eclipse.core.runtime.Platform.run(Platform.java:880)
> at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
> at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
> at org.eclipse.jface.text.TextViewer.fireSelectionChanged(TextViewer.java:2558)
> at org.eclipse.jface.text.TextViewer.selectionChanged(TextViewer.java:2541)
> at org.eclipse.jface.text.TextViewer$4.widgetSelected(TextViewer.java:1756)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1167)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1007)
> at org.eclipse.swt.custom.StyledText.sendSelectionEvent(StyledText.java:6685)
> at org.eclipse.swt.custom.StyledText.clearSelection(StyledText.java:1666)
> at org.eclipse.swt.custom.StyledText.doMouseLocationChange(StyledText.java:2470)
> at org.eclipse.swt.custom.StyledText.handleMouseDown(StyledText.java:5231)
> at org.eclipse.swt.custom.StyledText$7.handleEvent(StyledText.java:4875)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3401)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3033)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:616)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1236)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list