]
Vlado Pakan closed JBIDE-9373.
------------------------------
Verified on jbosstools-3.3_stable_branch.aggregate-Update-2011-09-07_05-39-13-H18.
EL code completion doesn't work for parameterized collections in
case of a few dependent projects.
--------------------------------------------------------------------------------------------------
Key: JBIDE-9373
URL:
https://issues.jboss.org/browse/JBIDE-9373
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 3.3.0.M2
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.3.0.M3
EXECUTE: Import weld examples as maven projects.
EXECUTE: Open history.xhtml from weld-jsf-pastcode project.
EXECUTE: Find <h:outputText id="datetime"
value="#{codeFragment.datetime}"> in line 32
EXECUTE: Ctrl+Space on #{codeFragment.|
FAILURE: There are no datetime, id and other proposals in the list.
The problem is in our TypeInfoCollector which uses a wrong Java project to resolve types
of variables if the EL is used in a java project which depends on another java project.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: