Author: vrubezhny
Date: 2011-07-22 14:40:20 -0400 (Fri, 22 Jul 2011)
New Revision: 33148
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java
Log:
(JBIDE-9396) EL references are not collected for Text regions of XML files
Issue is fixed
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java 2011-07-22
17:45:28 UTC (rev 33147)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/PageContextFactory.java 2011-07-22
18:40:20 UTC (rev 33148)
@@ -509,7 +509,7 @@
}
private void fillContextForNode(IDocument document, IDOMNode node, ELContext context,
List<String> parents) {
- if (!(context instanceof FaceletPageContextImpl) && !(node instanceof
IDOMElement)) {
+ if (context instanceof JspContextImpl && !(context instanceof
FaceletPageContextImpl) && !(node instanceof IDOMElement)) {
// There is no any useful info for JSP in text nodes
return;
}
Show replies by date