Commit Graph

  • faba313cd8 Checked back in for consideration in 1.0 Henri Yandell 2002-08-14 04:51:28 +0000
  • f7c60dc9f6 Checked back in for consideration in 1.0 Henri Yandell 2002-08-14 04:51:28 +0000
  • d2b4ea34f7 getCause(Throwable): Added detection of SQLException and its getNextException() method pointed out by Costin M., Paul Jack, and Nicola Ken Barozzi. They've also suggested some more general patterns which we're discussing the addition of on the commons-dev@jakarta.apache.org list. Daniel Rall 2002-08-13 19:58:49 +0000
  • f740ef8893 getCause(Throwable): Added detection of SQLException and its getNextException() method pointed out by Costin M., Paul Jack, and Nicola Ken Barozzi. They've also suggested some more general patterns which we're discussing the addition of on the commons-dev@jakarta.apache.org list. Daniel Rall 2002-08-13 19:58:49 +0000
  • 650f78826a getCause(Throwable): Adjusted JavaDoc of method to note the return type of the getCause() method it checks for. Daniel Rall 2002-08-13 18:19:06 +0000
  • 72200fffeb getCause(Throwable): Adjusted JavaDoc of method to note the return type of the getCause() method it checks for. Daniel Rall 2002-08-13 18:19:06 +0000
  • 10054b995e getCause(Throwable): Perform a softer check on the return type of the argument's getCause() method, doing isAssignableFrom() instead of a hard memory address comparison. Daniel Rall 2002-08-13 18:17:39 +0000
  • d5525cc4c0 getCause(Throwable): Perform a softer check on the return type of the argument's getCause() method, doing isAssignableFrom() instead of a hard memory address comparison. Daniel Rall 2002-08-13 18:17:39 +0000
  • facc84fdaa Added a utility for examining Throwable objects, as proposed by Costin <costinm@covalent.net> and Henri Yandell <bayard@apache.org>. Comes complete with a full suite of tests for initial functionality. Daniel Rall 2002-08-13 18:05:58 +0000
  • 6053ce341f Added a utility for examining Throwable objects, as proposed by Costin <costinm@covalent.net> and Henri Yandell <bayard@apache.org>. Comes complete with a full suite of tests for initial functionality. Daniel Rall 2002-08-13 18:05:58 +0000
  • eb79370ecd Compile the test cases without deprecation warnings, since we are testing deprecated methods in the exception sub-package. Daniel Rall 2002-08-13 17:56:45 +0000
  • aef2306967 Compile the test cases without deprecation warnings, since we are testing deprecated methods in the exception sub-package. Daniel Rall 2002-08-13 17:56:45 +0000
  • 35d8e2618b Add new Enum class tests to build xml Stephen Colebourne 2002-08-11 23:20:09 +0000
  • 6f17f419e0 Add new Enum class tests to build xml Stephen Colebourne 2002-08-11 23:20:09 +0000
  • 6c97bdcaba Add new Enum class (similar to enum in C) plus associated Utils and tests Stephen Colebourne 2002-08-11 23:17:54 +0000
  • ce06610103 Add new Enum class (similar to enum in C) plus associated Utils and tests Stephen Colebourne 2002-08-11 23:17:54 +0000
  • 2792a4873a CONSTANT: Adjusted documentation, making it into JavaDoc. Incidently, this constant could use a more descriptive name which better indicates its use. Daniel Rall 2002-08-11 17:52:21 +0000
  • 1ca31bba23 CONSTANT: Adjusted documentation, making it into JavaDoc. Incidently, this constant could use a more descriptive name which better indicates its use. Daniel Rall 2002-08-11 17:52:21 +0000
  • d4138b62b9 This commit was manufactured by cvs2svn to create tag 'STRUTS_1_1_B2'. tags/STRUTS_1_1_B2@560656 No No 2002-08-10 12:13:28 +0000
  • 137a7ca957 Add HashCodeUtilsTest Stephen Colebourne 2002-08-10 12:13:28 +0000
  • 6b2b84f0e7 Add HashCodeUtilsTest tags/STRUTS_1_1_B2@136955 Stephen Colebourne 2002-08-10 12:13:28 +0000
  • 95e9e60325 Test HashCodeUtils - a utility to build good hashCodes Stephen Colebourne 2002-08-10 12:13:10 +0000
  • 1c15cb14c0 Test HashCodeUtils - a utility to build good hashCodes Stephen Colebourne 2002-08-10 12:13:10 +0000
  • 7459257c3c Add HashCodeUtils - a utility to build good hashCodes Stephen Colebourne 2002-08-10 12:12:49 +0000
  • 25508b395d Add HashCodeUtils - a utility to build good hashCodes Stephen Colebourne 2002-08-10 12:12:49 +0000
  • bd10f51be2 Added a stackTrace method. Possibly needs renaming. It's in common use in other Jakarta projects such as Ant. Turns a Throwable into a String. Henri Yandell 2002-08-01 20:15:43 +0000
  • 477290cb92 Added a stackTrace method. Possibly needs renaming. It's in common use in other Jakarta projects such as Ant. Turns a Throwable into a String. Henri Yandell 2002-08-01 20:15:43 +0000
  • adb143e730 updated tests to reflect the following changes: deprecated method getLength(), replaced with getThrowableCount(); deprecated indexOfThrowable(int, Class), replaced with indexOfThrowable(Class, int) to make signature consistent with other APIs; changed functionality of methods that receive an index argument to throw an IndexOutOfBoundsException if the index is specified incorrectly, rather than absorbing invalid indices silently, to bring in line with the String API Steven Caswell 2002-07-26 20:30:58 +0000
  • 58503e7eec updated tests to reflect the following changes: deprecated method getLength(), replaced with getThrowableCount(); deprecated indexOfThrowable(int, Class), replaced with indexOfThrowable(Class, int) to make signature consistent with other APIs; changed functionality of methods that receive an index argument to throw an IndexOutOfBoundsException if the index is specified incorrectly, rather than absorbing invalid indices silently, to bring in line with the String API Steven Caswell 2002-07-26 20:30:58 +0000
  • e2604f377a deprecated method getLength(), replaced with getThrowableCount(); deprecated indexOfThrowable(int, Class), replaced with indexOfThrowable(Class, int) to make signature consistent with other APIs; changed functionality of methods that receive an index argument to throw an IndexOutOfBoundsException if the index is specified incorrectly, rather than absorbing invalid indices silently, to bring in line with the String API cleaned up javadoc; rearranged methods alphabetically Steven Caswell 2002-07-26 20:30:10 +0000
  • e0340c8969 deprecated method getLength(), replaced with getThrowableCount(); deprecated indexOfThrowable(int, Class), replaced with indexOfThrowable(Class, int) to make signature consistent with other APIs; changed functionality of methods that receive an index argument to throw an IndexOutOfBoundsException if the index is specified incorrectly, rather than absorbing invalid indices silently, to bring in line with the String API cleaned up javadoc; rearranged methods alphabetically Steven Caswell 2002-07-26 20:30:10 +0000
  • dc10cbb88e updated e-maill address for Steven Caswell Steven Caswell 2002-07-26 19:46:38 +0000
  • b6302ed270 updated e-maill address for Steven Caswell Steven Caswell 2002-07-26 19:46:38 +0000
  • e385371086 o using the parent project.xml Jason van Zyl 2002-07-26 19:07:07 +0000
  • f7a767aabd o using the parent project.xml Jason van Zyl 2002-07-26 19:07:07 +0000
  • 3be2422301 o adding .txt extension to keep windows and checkstyle happy. Jason van Zyl 2002-07-26 18:58:35 +0000
  • 44c94d5af1 o adding .txt extension to keep windows and checkstyle happy. Jason van Zyl 2002-07-26 18:58:35 +0000
  • cf32aaf5c3 Changed the javadoc on this one. Randomness stuff came solely from GenJava library. Henri Yandell 2002-07-26 14:05:04 +0000
  • 9182104b3d Changed the javadoc on this one. Randomness stuff came solely from GenJava library. Henri Yandell 2002-07-26 14:05:04 +0000
  • 9a10dff82b Removed two broken methods from StringUtils. Since a beta has gone out, this is not good practice. However, since 1.0 final has not yet been released, it is out-weighed by the trade off of releasing code that just plain doesn't work. Daniel Rall 2002-07-26 01:40:11 +0000
  • e950d9b37e Removed two broken methods from StringUtils. Since a beta has gone out, this is not good practice. However, since 1.0 final has not yet been released, it is out-weighed by the trade off of releasing code that just plain doesn't work. Daniel Rall 2002-07-26 01:40:11 +0000
  • bcba788cc5 Added myself to commiters list. Daniel Rall 2002-07-26 01:14:28 +0000
  • 742a42dbf3 Added myself to commiters list. Daniel Rall 2002-07-26 01:14:28 +0000
  • 7dacae468e Adding Lang maven POM. Henri Yandell 2002-07-26 00:41:52 +0000
  • a0cc54bb24 Adding Lang maven POM. Henri Yandell 2002-07-26 00:41:52 +0000
  • 1521484778 This commit was manufactured by cvs2svn to create tag 'LANG_1_0_B1'. tags/LANG_1_0_B1@560656 No No 2002-07-25 22:44:29 +0000
  • de0de99b16 wrote a release text. Henri Yandell 2002-07-25 22:44:29 +0000
  • 9c8d148c74 wrote a release text. tags/LANG_1_0_B1@136941 Henri Yandell 2002-07-25 22:44:29 +0000
  • a306b0b346 changed release info and added steven caswell as a committer. PR: Obtained from: Submitted by: Reviewed by: Henri Yandell 2002-07-25 22:18:30 +0000
  • 7fa4ee3ce4 changed release info and added steven caswell as a committer. PR: Obtained from: Submitted by: Reviewed by: Henri Yandell 2002-07-25 22:18:30 +0000
  • 2f095ded33 Added a concatenate method. While this is just a join with a "" delimiter, the Avalon StringUtil shows that this is a valid way of looking at the functionality. Henri Yandell 2002-07-23 05:21:28 +0000
  • 80d827fd89 Added a concatenate method. While this is just a join with a "" delimiter, the Avalon StringUtil shows that this is a valid way of looking at the functionality. Henri Yandell 2002-07-23 05:21:28 +0000
  • c7bbb7a045 Moved deleteWhitespace from CharSetUtils to StringUtils. Henri Yandell 2002-07-21 20:19:50 +0000
  • 46872f9f52 Moved deleteWhitespace from CharSetUtils to StringUtils. Henri Yandell 2002-07-21 20:19:50 +0000
  • 98a6082a88 Added a deleteWhitespace method as Jakarta.Avalon has a need for this. Should this go on StringUtils though. Henri Yandell 2002-07-21 20:14:14 +0000
  • 97b5ac9b4a Added a deleteWhitespace method as Jakarta.Avalon has a need for this. Should this go on StringUtils though. Henri Yandell 2002-07-21 20:14:14 +0000
  • f9758e835a Class names updated and new classes added. Henri Yandell 2002-07-19 04:27:31 +0000
  • df7a930dcf Class names updated and new classes added. Henri Yandell 2002-07-19 04:27:31 +0000
  • 43ac9bf49d Added another test to show that I can pass in delimiters that don't appear in the string I'm stripping. Henri Yandell 2002-07-19 04:05:57 +0000
  • f0a5f0e8aa Added another test to show that I can pass in delimiters that don't appear in the string I'm stripping. Henri Yandell 2002-07-19 04:05:57 +0000
  • afd4015ce7 stripStart and stripEnd methods changed to fulfill their javadoc. Passing in strip("-+-+FOO---", "+-") will result in FOO. Henri Yandell 2002-07-19 04:04:45 +0000
  • e488b7b892 stripStart and stripEnd methods changed to fulfill their javadoc. Passing in strip("-+-+FOO---", "+-") will result in FOO. Henri Yandell 2002-07-19 04:04:45 +0000
  • 204f6b0b56 removed my junit location :) Henri Yandell 2002-07-19 03:39:48 +0000
  • f01f3e8d3f removed my junit location :) Henri Yandell 2002-07-19 03:39:48 +0000
  • d23b22c780 Initial copy from jakarta-commons-sandbox Henri Yandell 2002-07-19 03:35:56 +0000
  • 6627f7ad8f Initial copy from jakarta-commons-sandbox Henri Yandell 2002-07-19 03:35:56 +0000
  • fe460cb485 New repository initialized by cvs2svn. No Author 2002-07-19 03:35:56 +0000
  • 750a21e864 New repository initialized by cvs2svn. No No 2002-07-19 03:35:56 +0000