[jbosstools-issues] [JBoss JIRA] (JBIDE-10741) Rename named bean action does not look into EL occurences in Java sources

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Fri Jan 27 14:57:48 EST 2012


Viacheslav Kabanovich created JBIDE-10741:
---------------------------------------------

             Summary: Rename named bean action does not look into EL occurences in Java sources
                 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: 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