[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] ClassCastException on Annotate View

From: Daniel Serodio <daniel.listas_at_xxx.com.br>
Date: 2006-03-13 15:47:44 CET

I selected a .jsp file and chose "Team > Show Annotattion". When I click
on a revision in the "SVN Annotate" view, I get a dialog saying "An
error has ocurred. See error log for more details.".
The error log shows:

!ENTRY org.eclipse.wst.sse.ui 4 2 2006-03-13 11:46:30.889
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.wst.sse.ui".
!STACK 0
java.lang.ClassCastException:
org.eclipse.jst.jsp.core.internal.domdocument.TextImplForJSP
    at
org.tigris.subversion.subclipse.ui.annotations.AnnotateView.listSelectionChanged(AnnotateView.java:271)
    at
org.tigris.subversion.subclipse.ui.annotations.AnnotateView.selectionChanged(AnnotateView.java:204)
    at
org.eclipse.wst.sse.ui.StructuredTextEditor$6.run(StructuredTextEditor.java:658)
    at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
    at org.eclipse.core.runtime.Platform.run(Platform.java:783)
    at
org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.fireSelectionChanged(StructuredTextEditor.java:656)
    at
org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.handlePostSelectionChanged(StructuredTextEditor.java:695)
    at
org.eclipse.wst.sse.ui.StructuredTextEditor$5.selectionChanged(StructuredTextEditor.java:637)
    at
org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2302)
    at
org.eclipse.jface.text.TextViewer.firePostSelectionChanged(TextViewer.java:2254)
    at org.eclipse.jface.text.TextViewer$4.run(TextViewer.java:2233)
    at org.eclipse.swt.widgets.Display.runTimer(Display.java:3167)
    at org.eclipse.swt.widgets.Display.messageProc(Display.java:2503)
    at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1656)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2756)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1699)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1663)
    at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
    at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
    at org.eclipse.core.launcher.Main.run(Main.java:973)
    at org.eclipse.core.launcher.Main.main(Main.java:948)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Mon Mar 13 15:51:48 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.