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

EL suggestions box options depends on order of methods

    XMLWordPrintable

Details

    Description

      Using EL language is quite strange - explanation:
      class has setter and getter (for example class Bean). EL suggestion depends on first of those 2 methods. If first is getter, than suggestion is "attributeName : Type - Bean", but if first is setter, than suggestion is "attributeName : void - Bean".

      It is problem in EL SWTBot testing (suggestion window) and it could be confusing, while suggestion is in the given form.

      It would be nice if suggestion box show option relative to context (for example in JSF for inputText it should be suggestion of setter, but for outputText of getter).

      Attachments

        Activity

          People

            vrubezhny Victor Rubezhny (Inactive)
            mlabuda_jira Marián Labuda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: