Currently it appears this method would throw a NPE if any element of
array is null, without documenting this fact. Our options would seem
to be:
- document the NPE
- convert a null object to Object.class
- convert a null object to a null class
My inclination would be the third option, from the perspective of
that the expectation would be a subsequent call to one of the
ClassUtils.isAssignable(Class[]) variants. Are there dissenting
opinions?
-Matt
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org