]
Jaroslav Jankovič closed JBIDE-10741.
-------------------------------------
Verified in JBoss Tools 3.3.0.Beta1b-H93.
Rename named bean action does work for Producer Fields and Producer
Methods
---------------------------------------------------------------------------
Key: JBIDE-10741
URL:
https://issues.jboss.org/browse/JBIDE-10741
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI
Affects Versions: 3.3.0.M5
Reporter: Viacheslav Kabanovich
Assignee: Daniel Azarov
Fix For: 3.3.0.Beta1
EXECUTE: Create class bean
{code}
public class MyBeanClass {
@Produces @Named("name") String s;
String s1 = "#{name.charAt(0)}";
}
{code}
EXECUTE: Call 'Rename "name" named bean'.
ASSERT: EL occurance in field 's1' is properly modified.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: