[
https://issues.jboss.org/browse/JBIDE-12985?page=com.atlassian.jira.plugi...
]
Victor Rubezhny reassigned JBIDE-12985:
---------------------------------------
Assignee: Alexey Kazakov (was: Victor Rubezhny)
NPE when move mouse over {
--------------------------
Key: JBIDE-12985
URL:
https://issues.jboss.org/browse/JBIDE-12985
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 4.0.0.Beta2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.0.0.CR1
1. Create JSF 2 KickStart project
2. Open inputname.xhtml
3. Move mouse over "{" in any EL
{code}
java.lang.NullPointerException
at
org.jboss.tools.jsf.model.JSFFuncsELCompletionEngine.resolve(JSFFuncsELCompletionEngine.java:80)
at
org.jboss.tools.jst.jsp.jspeditor.info.FaceletTagInfoHoverProcessor.computeELHelp(FaceletTagInfoHoverProcessor.java:198)
at
org.jboss.tools.jst.jsp.jspeditor.info.FaceletTagInfoHoverProcessor.computeHoverHelp(FaceletTagInfoHoverProcessor.java:116)
at
org.eclipse.wst.xml.ui.internal.taginfo.XMLTagInfoHoverProcessor.getHoverInfo(XMLTagInfoHoverProcessor.java:257)
at
org.jboss.tools.common.text.xml.info.ChainTextHover.getHoverInfo2(ChainTextHover.java:134)
at
org.jboss.tools.common.text.xml.info.ChainTextHover.getHoverInfo2(ChainTextHover.java:132)
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