Modify

Opened 17 months ago

Closed 17 months ago

Last modified 17 months ago

#32 closed defect (fixed)

NPE when creating outline view (while using idrefs)

Reported by: tom Owned by: tom
Priority: major Milestone: 0.0.11
Component: tooling-fxgraph Version: 0.0.10
Keywords: Cc:

Description

java.lang.NullPointerException?

at at.bestsolution.efxclipse.tooling.fxgraph.ui.outline.FXGraphOutlineTreeProvider._text(FXGraphOutlineTreeProvider.java:153)
at sun.reflect.GeneratedMethodAccessor321.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: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:77)
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.impl.OutlineRefreshJob?.restoreChildrenSelectionAndExpansion(OutlineRefreshJob?.java:68)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?.restoreChildrenSelectionAndExpansion(OutlineRefreshJob?.java:71)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?.restoreChildrenSelectionAndExpansion(OutlineRefreshJob?.java:71)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?.restoreChildrenSelectionAndExpansion(OutlineRefreshJob?.java:71)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?.restoreChildrenSelectionAndExpansion(OutlineRefreshJob?.java:71)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?.restoreChildrenSelectionAndExpansion(OutlineRefreshJob?.java:71)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?.restoreChildrenSelectionAndExpansion(OutlineRefreshJob?.java:71)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?$1.exec(OutlineRefreshJob?.java:60)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?$1.exec(OutlineRefreshJob?.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.OutlineRefreshJob?.refreshOutlineModel(OutlineRefreshJob?.java:57)
at org.eclipse.xtext.ui.editor.outline.impl.OutlineRefreshJob?.run(OutlineRefreshJob?.java:46)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Attachments (0)

Change History (2)

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

  • Version changed from 0.0.9 to 0.0.10

Add Comment

Modify Ticket

Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.