[
https://issues.jboss.org/browse/JBIDE-13995?page=com.atlassian.jira.plugi...
]
Victor Rubezhny edited comment on JBIDE-13995 at 4/15/13 11:25 AM:
-------------------------------------------------------------------
We already show signatures/javadoc information for both, getter and setter, in proposal
additional info window. At least I cannot find where we don't do that.
I'd like to add some additional parameter into our schemas for the CA, due to have a
possibility to define what is the value should be due to know what kind of poposal is to
be shown - left-value (setter), right-value (getter) or both. If it's not acceptable,
then we have nothing to do with the issue.
was (Author: vrubezhny):
We already show signatures/javadoc information for both, the getter and setter, in
proposal additional info window. At least I cannot find where we don't do that.
I'd like to add some additional parameter into our schemas for the CA, due to have a
possibility to define what is the value should be due to know what kind of poposal is to
be shown - left-value (setter), right-value (getter) or both. If it's not acceptable,
then we have nothing to do with the issue.
EL suggestions box options depends on order of methods
------------------------------------------------------
Key: JBIDE-13995
URL:
https://issues.jboss.org/browse/JBIDE-13995
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Alpha1
Reporter: Marián Labuda
Assignee: Victor Rubezhny
Labels: EL, SuggestionBox
Fix For: 4.1.0.Beta1
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