aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/lang3/exception/ExceptionUtils.java
AgeCommit message (Expand)Author
2022-11-04SimplifyGary Gregory
2022-08-26Remove obsolete commentGary Gregory
2022-08-21Use Stream.Gary Gregory
2022-07-05Use Objects#requireNonNull()Gary Gregory
2022-06-19Replace @code with @link for class referencesGary Gregory
2022-06-18Add ExceptionUtils.getRootCauseStackTraceList(Throwable)Gary Gregory
2022-06-18In-line some local varsGary Gregory
2022-06-18Add ExceptionUtils.forEach(Throwable, Consumer<Throwable>)Gary Gregory
2022-04-03Fixed NPE getting Stack Trace if Throwable is null #733Gary Gregory
2022-04-03Fixed NPE getting Stack Trace if Throwable is null (#733)Arturo Bernal
2022-04-03Normalize spelling of summarizing.Gary Gregory
2021-10-11Close HTML tags in Javadoc and better parameter names.Gary Gregory
2021-07-10Javadoc.Gary Gregory
2021-07-10Better private method name.Gary Gregory
2021-07-10Javadoc: Tagging the first sentence as a paragraph is redundant.Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-06-24Clean ups.Gary Gregory
2020-06-13array_style (#537)XenoAmess
2020-04-20(doc) Fix throwable is returned, not index (#518)Arend v. Reinersdorff
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2020-01-24[LANG-1516] Fix generics in API signatures of ExceptionUtils.Gary Gregory
2020-01-24Reduce magic number usage.Gary Gregory
2019-12-26Don't generate gratuitous garbage.Gary Gregory
2019-12-26Use ArrayUtils#EMPTY_STRING_ARRAY instead of creating new empty String arrays.pascalschumacher
2019-12-26Use Collection#toArray(new T[0]) instead of a presized array as it is faster ...pascalschumacher
2019-12-10Javadoc: Replace <code></code> HTML tags with Javadoc {@code} notation.Gary Gregory
2019-09-03Sort members.Gary Gregory
2019-05-05Checkstyle: Remove trailing white spaces on all lines.Gary Gregory
2019-05-05Sort by method name.Gary Gregory
2019-05-05[LANG-1457] Add ExceptionUtils.throwableOfType(Throwable, Class) andGary Gregory
2018-11-19Make whitespace use around generic tokens consistent and add a checkstyle rul...pascalschumacher
2018-06-20removes unnecessary class reference of static method calls which are declared...Igor Curdvanovschi
2018-02-11LANG-1364: ExceptionUtils#getRootCause(Throwable t) should return t if no low...pascalschumacher
2018-02-11harmonize since javadoc tags content (remove "(Commons )Lang")pascalschumacher
2017-10-23[LANG-1361] ExceptionUtils.getThrowableList() is using deprecatedGary Gregory
2017-10-23[LANG-1361] ExceptionUtils.getThrowableList() is using deprecatedGary Gregory
2017-07-12[GitHub] commons-lang pull request #276: IntelliJ IDEA refactorings.Jonathan Bluett-Duncan
2017-07-02Fix ExceptionUtils#getStackFrame(String) javadoc (closes #274)Allon Mureinik
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-04-19use Validate#isTrue to validate argumentspascalschumacher
2017-03-12Remove unused SystemUtils import from ExceptionUtilsAllon Mureinik
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2017-01-20deprecate SystemUtils#LINE_SEPARATOR in favor of java.lang.System#lineSeparatorpascalschumacher
2016-11-23fix non-critical typos in comments and JavaDocAndrii
2016-10-23LANG-1279: Update Java requirement from Java 6 to 7pascalschumacher
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2016-09-11Sort JavaDoc tagsBenedikt Ritter
2016-05-24improve ExceptionUtils#getCause @deprecated javadocpascalschumacher