Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-10741

Rename named bean action does work for Producer Fields and Producer Methods

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.Beta1
    • 3.3.0.M5
    • cdi
    • None

      EXECUTE: Create class bean

      public class MyBeanClass {
         @Produces @Named("name") String s;
         String s1 = "#{name.charAt(0)}";
      }
      

      EXECUTE: Call 'Rename "name" named bean'.
      ASSERT: EL occurance in field 's1' is properly modified.

            dazarov_jira Daniel Azarov (Inactive)
            scabanovich Viacheslav Kabanovich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: