You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/01/03 20:44:27 UTC

[jira] Closed: (LANG-297) Addition to ObjectUtils: public static List getAllSuperclassesUpTo( Class cls, Class upToClass )

     [ https://issues.apache.org/jira/browse/LANG-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed LANG-297.
------------------------------

    Resolution: Won't Fix

Closing as WONTFIX as the featuritis verdict seems to have consensus. 

> Addition to ObjectUtils: public static List getAllSuperclassesUpTo( Class cls, Class upToClass )
> ------------------------------------------------------------------------------------------------
>
>                 Key: LANG-297
>                 URL: https://issues.apache.org/jira/browse/LANG-297
>             Project: Commons Lang
>          Issue Type: Improvement
>    Affects Versions: 2.3
>         Environment: N/A
>            Reporter: David J. M. Karlsen
>         Attachments: CommonsLang-patch-JIRA297.txt
>
>
> Add another method: 
>     /**
>      * Gets a <code>List</code> of superclasses up to, but not including <code>upToClass</code>.
>      * If upToClass is null this is effectively the same as getAllSuperClasses( cls ) (e.g. the whole hierarchy).
>      * returns null if cls is null
>      */
> public static List getAllSuperclassesUpTo( Class cls, Class upToClass )
> Patch with code and test will be added.

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org