Benedikt Ritter created LANG-1413:
-------------------------------------
Summary: Improve performance of ExceptionUtils.getRootCause
Key: LANG-1413
URL: https://issues.apache.org/jira/browse/LANG-1413
Project: Commons Lang
Issue Type: Improvement
Components: lang.exception.*
Reporter: Benedikt Ritter
The performance of ExceptionsUtils.getRootCause could be improved by not using
intermediate Lists for finding the root cause.
This caused problemsĀ for the Gradle project and they migrated to guavas
Throwables for that reason (seeĀ
https://github.com/gradle/gradle/commit/095f6f5b7c54738709df6a2417f218af83e833fb)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)