[
https://issues.jboss.org/browse/JBIDE-12367?page=com.atlassian.jira.plugi...
]
Vlado Pakan closed JBIDE-12367.
-------------------------------
Verified in SVN.
NPE in JavaStringELInfoHover
----------------------------
Key: JBIDE-12367
URL:
https://issues.jboss.org/browse/JBIDE-12367
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.0.0.Alpha1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.0.0.Alpha1
I don't know how to reproduce it for sure but I got the following exception:
{code}
java.lang.NullPointerException
at
org.jboss.tools.jst.jsp.jspeditor.info.JavaStringELInfoHover.getHoverInfo2(JavaStringELInfoHover.java:261)
at
org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2(BestMatchHover.java:163)
at
org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2(BestMatchHover.java:129)
at
org.eclipse.jdt.internal.ui.text.java.hover.JavaEditorTextHoverProxy.getHoverInfo2(JavaEditorTextHoverProxy.java:85)
at org.eclipse.jface.text.TextViewerHoverManager$4.run(TextViewerHoverManager.java:166)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira