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
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]