]
Victor Rubezhny resolved JBIDE-6259.
------------------------------------
Resolution: Done
Add an option to Preferences to disable/enable code completion for
getteres and setters in EL.
----------------------------------------------------------------------------------------------
Key: JBIDE-6259
URL:
https://jira.jboss.org/browse/JBIDE-6259
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF, jsp/jsf/xml source editing
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Priority: Critical
Fix For: 3.2.0.Beta
Now we show properties as well as corresponding getters and setters.
For example if we have
public String name;
public String getName(){...}
public void setName(String name){...}
we suggest #{name|getName()|setName()}
Let's add it to preferences and user will be albe to enable getteres setters in CA. I
think by defualt it whould be disabled because it's not useful in most cases. EL
validator should recognize such methods even if CA for them is disabled.
Also if we have some method (not setter or getter) we include two proposals: method,
method(). Let's have the only method() in CA. Validator should recognize both.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: