A feeble attempt at a (personal) anti-spam measure.
[ in jarkarta/commons/lang/src/ ] * test/org/apache/commons/lang/exception/NestableDelegateTestCase.java * test/org/apache/commons/lang/exception/ExceptionUtilsTestCase.java * test/org/apache/commons/lang/StringUtilsTest.java * java/org/apache/commons/lang/exception/ExceptionUtils.java * java/org/apache/commons/lang/exception/NestableRuntimeException.java * java/org/apache/commons/lang/exception/NestableError.java * java/org/apache/commons/lang/exception/NestableDelegate.java * java/org/apache/commons/lang/exception/NestableException.java * java/org/apache/commons/lang/exception/Nestable.java * java/org/apache/commons/lang/ObjectUtils.java * java/org/apache/commons/lang/StringUtils.java * java/org/apache/commons/lang/SerializationUtils.java Remove my email addresses. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@512889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b47f3a1d26
commit
2319a67407
|
@ -27,7 +27,7 @@ import java.io.Serializable;
|
|||
*
|
||||
* @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a>
|
||||
* @author <a href="mailto:janekdb@yahoo.co.uk">Janek Bogucki</a>
|
||||
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author Stephen Colebourne
|
||||
* @author Gary Gregory
|
||||
* @author Mario Winterer
|
||||
|
|
|
@ -40,7 +40,7 @@ import java.io.Serializable;
|
|||
*
|
||||
* @author <a href="mailto:nissim@nksystems.com">Nissim Karpenstein</a>
|
||||
* @author <a href="mailto:janekdb@yahoo.co.uk">Janek Bogucki</a>
|
||||
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author Stephen Colebourne
|
||||
* @author Jeff Varszegi
|
||||
* @author Gary Gregory
|
||||
|
|
|
@ -96,7 +96,7 @@ import java.util.List;
|
|||
* @see java.lang.String
|
||||
* @author <a href="http://jakarta.apache.org/turbine/">Apache Jakarta Turbine</a>
|
||||
* @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
|
||||
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author <a href="mailto:gcoladonato@yahoo.com">Greg Coladonato</a>
|
||||
* @author <a href="mailto:ed@apache.org">Ed Korthof</a>
|
||||
* @author <a href="mailto:rand_mcneely@yahoo.com">Rand McNeely</a>
|
||||
|
|
|
@ -38,7 +38,7 @@ import org.apache.commons.lang.SystemUtils;
|
|||
* <p>Provides utilities for manipulating and examining
|
||||
* <code>Throwable</code> objects.</p>
|
||||
*
|
||||
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author Dmitri Plotnikov
|
||||
* @author Stephen Colebourne
|
||||
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
|
||||
|
|
|
@ -24,7 +24,7 @@ import java.io.PrintWriter;
|
|||
* extensions which would like to be able to nest root exceptions
|
||||
* inside themselves.
|
||||
*
|
||||
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
|
||||
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
|
||||
* @author Pete Gieser
|
||||
|
|
|
@ -36,7 +36,7 @@ import java.util.List;
|
|||
* </p>
|
||||
*
|
||||
* @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a>
|
||||
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
|
||||
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
|
||||
* @author Sean C. Sullivan
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.io.PrintWriter;
|
|||
/**
|
||||
* The base class of all errors which can contain other exceptions.
|
||||
*
|
||||
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @see org.apache.commons.lang.exception.NestableException
|
||||
* @since 1.0
|
||||
* @version $Id$
|
||||
|
|
|
@ -81,7 +81,7 @@ import java.io.PrintWriter;
|
|||
* </pre></blockquote><br>
|
||||
*
|
||||
* @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a>
|
||||
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
|
||||
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
|
||||
* @since 1.0
|
||||
|
|
|
@ -25,7 +25,7 @@ import java.io.PrintWriter;
|
|||
*
|
||||
* @see org.apache.commons.lang.exception.NestableException
|
||||
* @author <a href="mailto:Rafal.Krzewski@e-point.pl">Rafal Krzewski</a>
|
||||
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
|
||||
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
|
||||
* @since 1.0
|
||||
|
|
|
@ -31,7 +31,7 @@ import junit.textui.TestRunner;
|
|||
/**
|
||||
* Unit tests {@link org.apache.commons.lang.StringUtils}.
|
||||
*
|
||||
* @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author Stephen Colebourne
|
||||
* @author <a href="mailto:ridesmet@users.sourceforge.net">Ringo De Smet</a>
|
||||
* @author <a href="mailto:fredrik@westermarck.com>Fredrik Westermarck</a>
|
||||
|
|
|
@ -52,7 +52,7 @@ import org.apache.commons.lang.SystemUtils;
|
|||
* Gary Gregory; August 16, 2006.
|
||||
* </p>
|
||||
*
|
||||
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
|
||||
* @author Stephen Colebourne
|
||||
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
|
||||
|
|
|
@ -30,7 +30,7 @@ import junit.textui.TestRunner;
|
|||
* Tests the org.apache.commons.lang.exception.NestableDelegate class.
|
||||
*
|
||||
* @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
|
||||
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
|
||||
* @author Daniel L. Rall
|
||||
* @version $Id$
|
||||
*/
|
||||
public class NestableDelegateTestCase extends junit.framework.TestCase {
|
||||
|
|
Loading…
Reference in New Issue