Community
Participate
Working Groups
Cannot reproduce atm, but found this exception quite often in the console log Caused by: java.lang.NullPointerException at org.eclipse.xtext.xtend2.ui.hover.XtendInformationControl.setInput(XtendInformationControl.java:235) at org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1181) at org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1150) at org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation(AbstractHoverInformationControlManager.java:902) at org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation(TextViewerHoverManager.java:243) at org.eclipse.jface.text.TextViewerHoverManager$5.run(TextViewerHoverManager.java:233) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
Will work on this issue this evening.
Added guards for possible Nullpointers. Could not reproduce the issue but in line 235 there were several steps in one line without guard.
Closing all bugs that were set to RESOLVED before Neon.0