[jbosstools-commits] JBoss Tools SVN: r23724 - trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Jul 26 09:36:09 EDT 2010


Author: scabanovich
Date: 2010-07-26 09:36:08 -0400 (Mon, 26 Jul 2010)
New Revision: 23724

Modified:
   trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el/SeamELCompletionEngine.java
Log:
https://jira.jboss.org/browse/JBIDE-6541

Modified: trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el/SeamELCompletionEngine.java
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el/SeamELCompletionEngine.java	2010-07-26 12:31:23 UTC (rev 23723)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/internal/core/el/SeamELCompletionEngine.java	2010-07-26 13:36:08 UTC (rev 23724)
@@ -149,7 +149,7 @@
 
 	@Override
 	public List<ISeamContextVariable> resolveVariables(IFile file, ELInvocationExpression expr, boolean isFinal, boolean onlyEqualNames) {
-		ISeamProject project = SeamCorePlugin.getSeamProject(file.getProject(), false);
+		ISeamProject project = SeamCorePlugin.getSeamProject(file.getProject(), true);
 		ScopeType scope = getScope(project, file);
 		return resolveVariables(project, scope, expr, isFinal, onlyEqualNames);
 	}



More information about the jbosstools-commits mailing list