Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-1516

Fix generics in API signatures of ExceptionUtils

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.10
    • lang.exception.*
    • 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)

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            ggregory Gary D. Gregory
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: