Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Fix generics in API signatures of ExceptionUtils from Class<?> to Class<? extends Throwable>:
- org.apache.commons.lang3.exception.ExceptionUtils.hasCause(Throwable, Class<? extends Throwable>)
- org.apache.commons.lang3.exception.ExceptionUtils.indexOf(Throwable, Class<? extends Throwable>, int, boolean)
- org.apache.commons.lang3.exception.ExceptionUtils.indexOfThrowable(Throwable, Class<? extends Throwable>)
- org.apache.commons.lang3.exception.ExceptionUtils.indexOfThrowable(Throwable, Class<? extends Throwable>, int)
- org.apache.commons.lang3.exception.ExceptionUtils.indexOfType(Throwable, Class<? extends Throwable>)
- org.apache.commons.lang3.exception.ExceptionUtils.indexOfType(Throwable, Class<? extends Throwable>, int)