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

Content assist and open-on does not work for method parameters in EL

XMLWordPrintable

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

      EXECUTE: Create beans

      @Named
      public class TestA {
          public void addB(TestB b) {}
      }
      
      @Named
      public class TestB {
          public void addA(TestA b) {}
      }
      

      EXECUTE: Write in a page the EL:

      #{testA.addB(testB.addA(testA.addB(testB.addA())))}
      

      EXECUTE: put cursor at any of words 'testA', 'addB', 'testB', 'addA'.
      ASSERT: Both content assist and open-on works properly.
      ASSERT:

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

              Created:
              Updated:
              Resolved: