Github user zmacomber commented on the issue:
https://github.com/apache/commons-lang/pull/358
> Should we overload `getBaseClasses` with the following:
>
> * `ClassUtils.getBaseClasses(final Class<T> desiredBase, final String
packageName, ClassLoader classLoader)`
> * `ClassUtils.getBaseClasses(final Class<T> desiredBase, final Package
package)`
> ?
I have implemented this---
