[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-6259) Add an option to Preferences to disable/enable code completion for getteres and setters in EL.

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Wed Sep 22 07:47:28 EDT 2010


     [ https://jira.jboss.org/browse/JBIDE-6259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list