[OS-JIRA] Created: (WOL-887) Handle use of underscore in Add Key feature of WOComponentEditor

From: Kieran Kelleher (JIRA) ("Kieran)
Date: Tue Sep 09 2008 - 11:19:08 EDT

  • Next message: Kieran Kelleher: "Re: ..."

    Handle use of underscore in Add Key feature of WOComponentEditor
    ----------------------------------------------------------------

                     Key: WOL-887
                     URL: http://issues.objectstyle.org/jira/browse/WOL-887
                 Project: WOProject/WOLips
              Issue Type: Improvement
              Components: wolips
             Environment: 5438
                Reporter: Kieran Kelleher
                Priority: Minor

    I love the Add Key feature, especially since Eclipse does not have apple style setter/getter feature with get omitted.

    In old WOBuilder days, if you put an underscore in the variable name, it applied to the variable name, but the method names were without the underscore ... something like this:

    private Object _myVar;

    public void setMyVar(Object myVar) {
            _myVar = myVar;
    }

    public Object myVar() {
            return _myVar;
    }

    Is that logic possible please?

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Tue Sep 09 2008 - 11:19:54 EDT