You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2020/01/24 14:18:00 UTC

[jira] [Updated] (LANG-1516) Fix generics in API signatures of ExceptionUtils

     [ https://issues.apache.org/jira/browse/LANG-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary D. Gregory updated LANG-1516:
----------------------------------
    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)

 

  was:
Fix generics in API signatures of ExceptionUtils:
 * 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)

 


> Fix generics in API signatures of ExceptionUtils
> ------------------------------------------------
>
>                 Key: LANG-1516
>                 URL: https://issues.apache.org/jira/browse/LANG-1516
>             Project: Commons Lang
>          Issue Type: Improvement
>          Components: lang.exception.*
>            Reporter: Gary D. Gregory
>            Priority: Major
>             Fix For: 3.10
>
>
> 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)
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)