#33 closed defect (fixed)
IllegalStateException while creating outline view
| Reported by: | tom | Owned by: | tom |
|---|---|---|---|
| Priority: | major | Milestone: | 0.0.11 |
| Component: | tooling-fxgraph | Version: | 0.0.10 |
| Keywords: | Cc: |
Description
Happened while defining call HBox#...
java.lang.IllegalStateException?: Ambiguous methods [public java.lang.Object at.bestsolution.efxclipse.tooling.fxgraph.ui.outline.FXGraphOutlineTreeProvider._text(at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.ComponentDefinition?), public java.lang.Object at.bestsolution.efxclipse.tooling.fxgraph.ui.outline.FXGraphOutlineTreeProvider._text(at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.Property), public java.lang.Object at.bestsolution.efxclipse.tooling.fxgraph.ui.outline.FXGraphOutlineTreeProvider._text(at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.Element), public java.lang.Object at.bestsolution.efxclipse.tooling.fxgraph.ui.outline.FXGraphOutlineTreeProvider._text(at.bestsolution.efxclipse.tooling.fxgraph.fXGraph.StaticValueProperty?)] for params [null]
at org.eclipse.xtext.util.PolymorphicDispatcher?.handleAmbigousMethods(PolymorphicDispatcher?.java:308)
at org.eclipse.xtext.util.PolymorphicDispatcher?.invoke(PolymorphicDispatcher?.java:283)
at org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider?._createNode(DefaultOutlineTreeProvider?.java:121)
at at.bestsolution.efxclipse.tooling.fxgraph.ui.outline.FXGraphOutlineTreeProvider._createNode(FXGraphOutlineTreeProvider.java:125)
at sun.reflect.GeneratedMethodAccessor308.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl?.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.xtext.util.PolymorphicDispatcher?.invoke(PolymorphicDispatcher?.java:291)
at org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider?.createNode(DefaultOutlineTreeProvider?.java:106)
at at.bestsolution.efxclipse.tooling.fxgraph.ui.outline.FXGraphOutlineTreeProvider._createChildren(FXGraphOutlineTreeProvider.java:107)
at sun.reflect.GeneratedMethodAccessor307.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl?.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.xtext.util.PolymorphicDispatcher?.invoke(PolymorphicDispatcher?.java:291)
at org.eclipse.xtext.ui.editor.outline.impl.DefaultOutlineTreeProvider?.createChildren(DefaultOutlineTreeProvider?.java:79)
at org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode?$1.process(AbstractOutlineNode?.java:80)
at org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode?$1.process(AbstractOutlineNode?.java:1)
at org.eclipse.xtext.util.concurrent.IUnitOfWork$Void.exec(IUnitOfWork.java:36)
at org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode?$2.exec(AbstractOutlineNode?.java:165)
at org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode?$2.exec(AbstractOutlineNode?.java:1)
at org.eclipse.xtext.util.concurrent.AbstractReadWriteAcces?.readOnly(AbstractReadWriteAcces?.java:32)
at org.eclipse.xtext.ui.editor.model.XtextDocument?.readOnly(XtextDocument?.java:78)
at org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode?.readOnly(AbstractOutlineNode?.java:158)
at org.eclipse.xtext.ui.editor.outline.impl.AbstractOutlineNode?.getChildren(AbstractOutlineNode?.java:77)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.findBestNode(OutlineWithEditorLinker?.java:136)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.findBestNode(OutlineWithEditorLinker?.java:137)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.findBestNode(OutlineWithEditorLinker?.java:137)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.findBestNode(OutlineWithEditorLinker?.java:137)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.findBestNode(OutlineWithEditorLinker?.java:137)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.findBestNode(OutlineWithEditorLinker?.java:137)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.findBestNode(OutlineWithEditorLinker?.java:137)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.findBestNode(OutlineWithEditorLinker?.java:137)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?.selectInTreeView(OutlineWithEditorLinker?.java:125)
at org.eclipse.xtext.ui.editor.outline.actions.OutlineWithEditorLinker?$TextListener?.selectionChanged(OutlineWithEditorLinker?.java:69)
at org.eclipse.jface.text.TextViewer?.firePostSelectionChanged(TextViewer?.java:2755)
at org.eclipse.jface.text.TextViewer?.firePostSelectionChanged(TextViewer?.java:2703)
at org.eclipse.jface.text.TextViewer?$5.run(TextViewer?.java:2682)
at org.eclipse.swt.widgets.Display.runTimer(Display.java:4266)
at org.eclipse.swt.widgets.Display.messageProc(Display.java:3353)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage?(OS.java:2545)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3752)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine?$9.run(PartRenderingEngine?.java:977)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine?.run(PartRenderingEngine?.java:893)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:91)
at org.eclipse.ui.internal.Workbench$3.run(Workbench.java:565)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:520)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle?.run(EclipseAppHandle?.java:196)
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:352)
at org.eclipse.core.runtime.adaptor.EclipseStarter?.run(EclipseStarter?.java:179)
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.equinox.launcher.Main.invokeFramework(Main.java:624)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:579)
at org.eclipse.equinox.launcher.Main.run(Main.java:1433)
Attachments (0)
Change History (3)
comment:1 Changed 17 months ago by tom
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 months ago by tom
- Component changed from runtime-e4 to tooling-fxgraph
comment:3 Changed 17 months ago by tom
- Version changed from 0.0.9 to 0.0.10
