[OS-JIRA] Created: (WOL-553) deprecated API is displayed in WOComponent editor code assist

From: Kieran Kelleher (JIRA) ("Kieran)
Date: Thu Aug 02 2007 - 13:11:00 EDT

  • Next message: Lachlan Scott: "Installation instructions for PC"

    deprecated API is displayed in WOComponent editor code assist
    -------------------------------------------------------------

                     Key: WOL-553
                     URL: http://issues.objectstyle.org/jira/browse/WOL-553
                 Project: WOProject/WOLips
              Issue Type: Improvement
              Components: wolips
        Affects Versions: 2.0.0.4118
             Environment: OS X 10.4.10
                Reporter: Kieran Kelleher
                Priority: Minor

    Deprecated java api methods are displayed in popup code assist menu on WOComponentEditor.

    For example ERXGenericRecord has the following two identical methods, but one is deprecated. The deprecated one should not be displayed.

        /**
            *..eprecated use {@link ERXGenericRecord#isNewObject}
         */
        public boolean isNewEO() {
            return isNewObject();
        }

        /* (non-Javadoc)
         *..ee er.extensions.ERXEnterpriseObject#isNewObject()
         */

        public boolean isNewObject() {
            return ERXEOControlUtilities.isNewObject(this);
        }

    -- 
    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 : Thu Aug 02 2007 - 13:12:05 EDT