https://github.com/apache/commons-lang
Revision 10c96491356d449b54a478cb3b2f3c3e2917d220 authored by Daniel Rall on 21 August 2002, 07:22:47 UTC, committed by Daniel Rall on 21 August 2002, 07:22:47 UTC
Since implementation of Throwable is already required, this doesn't
change the interface, but does simplify the internals.

o Simplified code in getThrowableCount() method by removing extraneous
null check and extra reference.

o Implemented suggestion by Joachim.Sauer@tp-soft.com to use
ExceptionUtils where Nestable.getCause() was previously called.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@136972 13f79535-47bb-0310-9956-ffa450edef68
1 parent 13fecb8
History
Tip revision: 10c96491356d449b54a478cb3b2f3c3e2917d220 authored by Daniel Rall on 21 August 2002, 07:22:47 UTC
o Changed type of "cause" instance field from Nestable to Throwable.
Tip revision: 10c9649
File Mode Size
src
LICENSE.txt -rw-r--r-- 2.6 KB
PROPOSAL.html -rw-r--r-- 2.3 KB
RELEASE-NOTES.txt -rw-r--r-- 1023 bytes
STATUS.html -rw-r--r-- 2.9 KB
build.xml -rw-r--r-- 7.8 KB
default.properties -rw-r--r-- 1.2 KB
maven.xml -rw-r--r-- 64 bytes
project.xml -rw-r--r-- 2.0 KB

back to top