Viacheslav Kabanovich created JBIDE-11477:
---------------------------------------------
Summary: 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