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 2006/12/06 08:38:22 UTC

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

    [ http://issues.apache.org/jira/browse/LANG-297?page=comments#action_12455901 ] 
            
Henri Yandell commented on LANG-297:
------------------------------------

Apologies for not hitting this one earlier David, my attention's been taken up with releasing some other components.

What was the use case for this?

> Addition to ObjectUtils: public static List getAllSuperclassesUpTo( Class cls, Class upToClass )
> ------------------------------------------------------------------------------------------------
>
>                 Key: LANG-297
>                 URL: http://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: http://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