Commit Graph

  • b91dfd1a2c Consolidated methods. Robert Burrell Donkin 2002-12-10 19:06:49 +0000
  • 3f4fb7e518 Add support for calling superclass compareTo Stephen Colebourne 2002-12-08 21:43:34 +0000
  • 5003e9c501 Add support for calling superclass compareTo Stephen Colebourne 2002-12-08 21:43:34 +0000
  • 27a6d57968 Rework to support nulls properly Add support for comparators Stephen Colebourne 2002-12-08 21:38:19 +0000
  • 19248809e7 Rework to support nulls properly Add support for comparators Stephen Colebourne 2002-12-08 21:38:19 +0000
  • 8151ee57fd Add ability to build compound hashCode using superclass Stephen Colebourne 2002-12-08 21:22:42 +0000
  • 3129990f42 Add ability to build compound hashCode using superclass Stephen Colebourne 2002-12-08 21:22:42 +0000
  • b7ce0644a5 Add ability to build compound equals using superclass Stephen Colebourne 2002-12-08 21:10:42 +0000
  • bd5f9fc92a Add ability to build compound equals using superclass Stephen Colebourne 2002-12-08 21:10:42 +0000
  • 78c146100c Add ability to build compound toStrings using superclass and delegates Stephen Colebourne 2002-12-08 20:48:46 +0000
  • ecb4235c77 Add ability to build compound toStrings using superclass and delegates Stephen Colebourne 2002-12-08 20:48:46 +0000
  • 77fbf36076 Keep javadoc generation happy Stephen Colebourne 2002-12-08 16:18:39 +0000
  • a2fd090995 Keep javadoc generation happy Stephen Colebourne 2002-12-08 16:18:39 +0000
  • 50255060f7 Remove Hen's personal settings (!) Stephen Colebourne 2002-12-08 16:06:30 +0000
  • 7e42641cce Remove Hen's personal settings (!) Stephen Colebourne 2002-12-08 16:06:30 +0000
  • a7c9dda15e Updated version from 1.0 to 1.1-dev. Henri Yandell 2002-12-07 21:52:19 +0000
  • f9e7f0e58f Updated version from 1.0 to 1.1-dev. Henri Yandell 2002-12-07 21:52:19 +0000
  • 6387c31656 Added the StringUtils.unescape method, UnitTest and STATUS change. Henri Yandell 2002-12-07 21:50:30 +0000
  • 3e88bc3ca5 Added the StringUtils.unescape method, UnitTest and STATUS change. Henri Yandell 2002-12-07 21:50:30 +0000
  • e3b207c848 Added a the fix for bug #14883. Henri Yandell 2002-11-27 22:54:29 +0000
  • f682f4b0f0 Added a the fix for bug #14883. Henri Yandell 2002-11-27 22:54:29 +0000
  • 732948412a Added a unit test to show the bugs in bug #14883 for countMatches method Henri Yandell 2002-11-27 22:53:48 +0000
  • 8846220cf5 Added a unit test to show the bugs in bug #14883 for countMatches method Henri Yandell 2002-11-27 22:53:48 +0000
  • 50d611063b Bugfix, classic this.foo = this.foo error. Noticed by Andy Freeman. Henri Yandell 2002-11-25 17:35:57 +0000
  • 21ff810b47 Bugfix, classic this.foo = this.foo error. Noticed by Andy Freeman. Henri Yandell 2002-11-25 17:35:57 +0000
  • 2f5f6c7980 Add reverse to ArrayUtils Stephen Colebourne 2002-11-24 16:50:38 +0000
  • 6b8ba82f14 Add reverse to ArrayUtils Stephen Colebourne 2002-11-24 16:50:38 +0000
  • f56fb0d78a Updated for 1.0.1. Needs changing in main branch when we release. LANG_1_0_BRANCH@560656 Henri Yandell 2002-11-23 02:53:33 +0000
  • c8723efd83 This commit was manufactured by cvs2svn to create tag 'LANG_1_0_1'. tags/LANG_1_0_1@560656 No No 2002-11-23 02:53:33 +0000
  • 651eff5d8e Inputted the bugs fixed in this release to the release notes. Henri Yandell 2002-11-23 02:52:02 +0000
  • ee1df50b6d Put in a Unit Test to check for bug #14062 and the fix. The fix is courtesy of Mark McDowell [mcdoma@ncs.com] Henri Yandell 2002-11-23 01:06:56 +0000
  • 31f9f6bc45 Added the second fix from Mark McDowell [mcdoma@ncs.com] for bug #14062 Henri Yandell 2002-11-23 00:54:24 +0000
  • 28f37f2b4d Added the second fix from Mark McDowell [mcdoma@ncs.com] for bug #14062 Henri Yandell 2002-11-23 00:54:24 +0000
  • 1de5aaa3de So my test was wrong. I was using the split method wrongly. Henri Yandell 2002-11-23 00:51:34 +0000
  • de74831603 So my test was wrong. I was using the split method wrongly. Henri Yandell 2002-11-23 00:51:34 +0000
  • 262d13ee12 Added unit test to detect bug # 14062. Henri Yandell 2002-11-23 00:41:19 +0000
  • 9d3dc97c25 Added unit test to detect bug # 14062. Henri Yandell 2002-11-23 00:41:19 +0000
  • eadf7ce082 Threw in a test for newline replacement. This was a problem in String Taglib and having this test let me know it wasn't the fault of StringUtils. Henri Yandell 2002-11-22 23:33:34 +0000
  • e19abe9bc3 Threw in a test for newline replacement. This was a problem in String Taglib and having this test let me know it wasn't the fault of StringUtils. Henri Yandell 2002-11-22 23:33:34 +0000
  • 858927268d Surprisingly the isJavaVersionAtLeast was not static. I can't see any reason for this and have fixed it. Henri Yandell 2002-11-22 23:32:45 +0000
  • dd1a5f5d69 Surprisingly the isJavaVersionAtLeast was not static. I can't see any reason for this and have fixed it. Henri Yandell 2002-11-22 23:32:45 +0000
  • e3066b43ee Surprisingly the isJavaVersionAtLeast was not static. I can't see any reason for this and have fixed it. Henri Yandell 2002-11-22 23:31:13 +0000
  • c8d54b7448 Protected a Number test so it only runs in 1.3+. I suspect the JDK doesn't support the type of number we're throwing at it in 1.2: "1.1E-700F" to BigDecimal. Henri Yandell 2002-11-22 23:30:32 +0000
  • 8b1532bd3a Protected a Number test so it only runs in 1.3+. I suspect the JDK doesn't support the type of number we're throwing at it in 1.2: "1.1E-700F" to BigDecimal. Henri Yandell 2002-11-22 23:30:32 +0000
  • bc69461e48 Protected a test which fails in JDK 1.2, probably because the JDK doesn't support that number format [a float with an exponential number] Henri Yandell 2002-11-22 23:29:24 +0000
  • b571015d3e Added in explicit this.'s as needed by JDK 1.2's compiler. Henri Yandell 2002-11-22 23:20:57 +0000
  • 64e5b8f7ca Thought I commited this. Oh well. Fix to getMaximum :) Henri Yandell 2002-11-22 23:20:28 +0000
  • d77a34d36c And moved bakc to 1.3 until I can figure out how to make them work at 1.2. Code appears to try to modify them?!? Henri Yandell 2002-11-22 23:11:58 +0000
  • 3a3889bebc And moved bakc to 1.3 until I can figure out how to make them work at 1.2. Code appears to try to modify them?!? Henri Yandell 2002-11-22 23:11:58 +0000
  • bdcb363d27 Added JDK 1.2 compliant EMPTY_MAPs Henri Yandell 2002-11-22 22:52:40 +0000
  • d0fed98d52 Added JDK 1.2 compliant EMPTY_MAPs Henri Yandell 2002-11-22 22:52:40 +0000
  • 135e2a4de5 Put Stephen's privates back. He hadn't needed to take them out. [Okay, the humour is killing me]. Henri Yandell 2002-11-22 22:52:17 +0000
  • d5fd07f877 Put Stephen's privates back. He hadn't needed to take them out. [Okay, the humour is killing me]. Henri Yandell 2002-11-22 22:52:17 +0000
  • cdbb89e5d9 Changed inner classes to be package scoped for JDK 1.2 Stephen Colebourne 2002-11-22 21:16:24 +0000
  • 6c37e6f682 Changed inner classes to be package scoped for JDK 1.2 Stephen Colebourne 2002-11-22 21:16:24 +0000
  • e9f82a0278 Applied bugfix 13527: ExceptionUtils cannot handle J2EE-Exception in a default way. Henri Yandell 2002-11-22 20:12:02 +0000
  • 47f7bacee8 Applied fix to Bug #14334: NestableDelegate is not serializable Henri Yandell 2002-11-22 20:11:30 +0000
  • 14373ceea7 Applied the two fixes for Enum to the 1.0.1 branch. Henri Yandell 2002-11-22 20:07:53 +0000
  • 9545770ad7 Hopefully this is going to be the first change in the 1.0.1 release version of the 1.0 branch. Henri Yandell 2002-11-22 18:42:45 +0000
  • 1cd1cee677 Make MethodUtils depend on ReflectionUtils parameter set comparasons Robert Burrell Donkin 2002-11-21 19:38:51 +0000
  • 3e9065d2df Make MethodUtils depend on ReflectionUtils parameter set comparasons Robert Burrell Donkin 2002-11-21 19:38:51 +0000
  • 2d09a39695 Converted invokeMethod to use ReflectionExceptions Robert Burrell Donkin 2002-11-21 18:53:32 +0000
  • 4f24da86c7 Converted invokeMethod to use ReflectionExceptions Robert Burrell Donkin 2002-11-21 18:53:32 +0000
  • 1009673846 Corrected speiling mistake spotted by Jeff Varszegi. Robert Burrell Donkin 2002-11-20 22:31:40 +0000
  • f9ad966250 Corrected speiling mistake spotted by Jeff Varszegi. Robert Burrell Donkin 2002-11-20 22:31:40 +0000
  • 86bf5f4c6c Moved isAssignmentCompatable method from MethodUtils into ReflectionUtils and renamed it. Enhanced existing isCompatible so that widening of primitives is allowed. Created test case for moved method. Robert Burrell Donkin 2002-11-20 21:45:47 +0000
  • 0cc87fe88d Moved isAssignmentCompatable method from MethodUtils into ReflectionUtils and renamed it. Enhanced existing isCompatible so that widening of primitives is allowed. Created test case for moved method. Robert Burrell Donkin 2002-11-20 21:45:47 +0000
  • 808cfa79b4 Fixed small bug and created test case Robert Burrell Donkin 2002-11-18 23:01:36 +0000
  • b991b3f973 Fixed small bug and created test case Robert Burrell Donkin 2002-11-18 23:01:36 +0000
  • 835ddaacd9 Turned debug constant off. Robert Burrell Donkin 2002-11-18 23:00:26 +0000
  • 0363b6f7d3 Turned debug constant off. Robert Burrell Donkin 2002-11-18 23:00:26 +0000
  • 7044f1ca22 Remove invokeExactMethod. Going to consolidate on one inokeMethod that considers superclasses and doesn't break scope rules. Robert Burrell Donkin 2002-11-18 22:18:44 +0000
  • dd87113102 Remove invokeExactMethod. Going to consolidate on one inokeMethod that considers superclasses and doesn't break scope rules. Robert Burrell Donkin 2002-11-18 22:18:44 +0000
  • 20d66d82b1 Javadoc style fix, from Fredrik Westermarck Stephen Colebourne 2002-11-17 21:46:42 +0000
  • 97883eec49 Javadoc style fix, from Fredrik Westermarck Stephen Colebourne 2002-11-17 21:46:42 +0000
  • 9ef58479af Add to ArrayUtils and test it Stephen Colebourne 2002-11-16 12:56:44 +0000
  • 7184f0650c Add to ArrayUtils and test it Stephen Colebourne 2002-11-16 12:56:44 +0000
  • 30a5db352b Javadoc formatting patch, by Fredrik Westermarck Stephen Colebourne 2002-11-16 10:41:03 +0000
  • 7477a1e08f Javadoc formatting patch, by Fredrik Westermarck Stephen Colebourne 2002-11-16 10:41:03 +0000
  • ae91631a4c Javadoc fixes, from Fredrik Westermarck Stephen Colebourne 2002-11-15 00:25:45 +0000
  • c248c060c6 Javadoc fixes, from Fredrik Westermarck Stephen Colebourne 2002-11-15 00:25:45 +0000
  • 3d45bc0bdb Add more TODOs Stephen Colebourne 2002-11-15 00:07:26 +0000
  • c32f83c7bb Add more TODOs Stephen Colebourne 2002-11-15 00:07:26 +0000
  • 02644db726 Change the isTrue() method to cope with strings case insensitively Stephen Colebourne 2002-11-15 00:06:40 +0000
  • 4564bf1761 Change the isTrue() method to cope with strings case insensitively Stephen Colebourne 2002-11-15 00:06:40 +0000
  • 6a8eb444af Javadoc fixes, from Fredrik Westermarck Stephen Colebourne 2002-11-14 22:29:25 +0000
  • ce3c7cc62f Javadoc fixes, from Fredrik Westermarck Stephen Colebourne 2002-11-14 22:29:25 +0000
  • 4d520ec1c7 Added even more ideas Stephen Colebourne 2002-11-14 22:01:27 +0000
  • d739c20675 Added even more ideas Stephen Colebourne 2002-11-14 22:01:27 +0000
  • dd62731413 Javadoc improvements. Finish renaming of Command to Executor. Stephen Colebourne 2002-11-14 21:54:49 +0000
  • 94318c7e60 Javadoc improvements. Finish renaming of Command to Executor. Stephen Colebourne 2002-11-14 21:54:49 +0000
  • 8a65152ccc Javadoc error and clarification, from Martin Cooper. Stephen Colebourne 2002-11-14 21:52:14 +0000
  • f2e2fdbb21 Javadoc error and clarification, from Martin Cooper. Stephen Colebourne 2002-11-14 21:52:14 +0000
  • ef9c7f7e9f Added unit tests for MethodUtils copied from the beanutils component. Robert Burrell Donkin 2002-11-14 18:53:36 +0000
  • 7b38db1c30 Added unit tests for MethodUtils copied from the beanutils component. Robert Burrell Donkin 2002-11-14 18:53:36 +0000
  • 1a6b33077c Updated method utils with latest code from the beanutils version. Robert Burrell Donkin 2002-11-14 18:51:57 +0000
  • 4914d5c807 Updated method utils with latest code from the beanutils version. Robert Burrell Donkin 2002-11-14 18:51:57 +0000
  • 9641596675 Made a start on documentation for reflect. Robert Burrell Donkin 2002-11-14 18:50:59 +0000
  • 15508a27a2 Made a start on documentation for reflect. Robert Burrell Donkin 2002-11-14 18:50:59 +0000
  • f64425b293 Some of the modifications Stephen wants. Henri Yandell 2002-11-12 22:36:59 +0000