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

Exclude methods named get* with return type void from properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.CR1
    • 3.3.0.Beta2
    • cdi
    • None

      EXECUTE: Create bean

      @Named
      public class MyBean {
          public void getName() {
          }
      }
      

      Method getName() does not define Java property 'name', because it has no return.
      ASSERT: Content assist does not suggest 'name' in #

      {myBean.|}

      ASSERT: Open-on does not suggest to open method getName() in #

      {myBean.name}.
      ASSERT: EL validation marks 'name' as not recognized in #{myBean.name}

      .

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

              Created:
              Updated:
              Resolved: