[jbosstools-issues] [JBoss JIRA] (JBIDE-11477) Content assist and open-on does not work for method parameters in EL

Jaroslav Jankovič (JIRA) jira-events at lists.jboss.org
Mon Apr 23 08:10:18 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaroslav Jankovič closed JBIDE-11477.
-------------------------------------



Verified with 3.3.0.v20120421-1619-H4711-Beta3.
                
> Content assist and open-on does not work for method parameters in EL
> --------------------------------------------------------------------
>
>                 Key: JBIDE-11477
>                 URL: https://issues.jboss.org/browse/JBIDE-11477
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: CDI
>    Affects Versions: 3.3.0.Beta1
>            Reporter: Viacheslav Kabanovich
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.Beta3
>
>
> EXECUTE: Create beans
> {code}
> @Named
> public class TestA {
>     public void addB(TestB b) {}
> }
> {code}
> {code}
> @Named
> public class TestB {
>     public void addA(TestA b) {}
> }
> {code}
> EXECUTE: Write in a page the EL:
> {code}
> #{testA.addB(testB.addA(testA.addB(testB.addA())))}
> {code}
> EXECUTE: put cursor at any of words 'testA', 'addB', 'testB', 'addA'.
> ASSERT: Both content assist and open-on works properly.
> ASSERT: 

--
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

       



More information about the jbosstools-issues mailing list