[
https://issues.jboss.org/browse/JBIDE-11724?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich resolved JBIDE-11724.
-------------------------------------------
Resolution: Done
Caused by fix to JBIDE-11682. File parameter in PageContextFactory.createPageContext may
be null. Check for null solves the problem.
NPE when open tag lib xml from JAR in XML editor
------------------------------------------------
Key: JBIDE-11724
URL:
https://issues.jboss.org/browse/JBIDE-11724
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.CR1
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.CR1
{code}
java.lang.NullPointerException
at
org.jboss.tools.jst.web.kb.PageContextFactory.isXMLWithoutEL(PageContextFactory.java:434)
at
org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:374)
at
org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:230)
at
org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:193)
at
org.jboss.tools.jst.web.kb.PageContextFactory.createPageContext(PageContextFactory.java:174)
at
org.jboss.tools.jst.jsp.jspeditor.info.FaceletTagInfoHoverProcessor.computeHoverHelp(FaceletTagInfoHoverProcessor.java:91)
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:145)
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira