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

Search for EL references for Open Call Hierarchy action

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • LATER
    • None
    • common

      Create a CDI project.
      Create the following class:

      @Named("testFishBean")
      public class Fish {
      
          public int getFoo1() {
          	return 0;
          }
      
          public int foo23() {
          	return 1;
          }
      }
      

      And an XHTML with the following ELs:

      #{testFishBean.foo1 + testFishBean.foo23()}
      

      Try to Ctrl+Alt+H on the getFoo1() or foo23() methods.
      It would be nice if #

      {testFishBean.foo1 + testFishBean.foo23()}

      were found along with the corresponding java calls.

            dazarov_jira Daniel Azarov (Inactive)
            alexeykazakov Alexey Kazakov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: