[jbosstools-issues] [JBoss JIRA] (JBDS-2509) EL suggestions box options depends on order of methods

Marián Labuda (JIRA) jira-events at lists.jboss.org
Tue Apr 9 04:22:42 EDT 2013


Marián Labuda created JBDS-2509:
-----------------------------------

             Summary: EL suggestions box options depends on order of methods
                 Key: JBDS-2509
                 URL: https://issues.jboss.org/browse/JBDS-2509
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 6.0.1.GA
            Reporter: Marián Labuda
            Priority: Minor


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).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbosstools-issues mailing list