[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9373) EL code completion doesn't work for parameterized collections in case of a few dependent projects.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Tue Jul 19 18:25:23 EDT 2011


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
    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: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list