Fixng LANG-295 - thisBuf.length calls. There were two of the calls, so I've committed a unit test showing things are broken and a fix in both cases.
10 lines of code changed in:
Fixing #LANG-294. The indexOf method did not take into account the size variable that limited the amount of the buffer that should be looked at.
15 lines of code changed in:
Applying unit test and fix for #LANG-292. Also fixes a couple of problems with the unescape(Writer..) overload that came up
16 lines of code changed in:
Adding equals(int[], int[]) style methods to NumberUtils as requested by Paul Benedict in LANG-238
352 lines of code changed in:
Adding NumberUtils.max(byte[]) and NumberUtils.min(byte[]) as noted in LANG-289
110 lines of code changed in:
Adding in Holger and Stepan's names. I guess I should be doing this each time I apply a patch
6 lines of code changed in:
Applying optimisation from LANG-287. Thanks to Stepan Koltsov and Holger Hoffstatte.
14 lines of code changed in:
Taking a stab at adding information on a Lang and Java 5.0 enum comparison
49 lines of code changed in:
Adding note that using switch is not type-safe
4 lines of code changed in:
Refactored duration tests to make it simpler to add new ones. Added a few edge cases to test the replacement for the += 31 code
24 lines of code changed in:
formetted to formatted - typo fix
1 lines of code changed in:
Adding a unit test for #LANG-281 and a fix. The fix involves removing the reduceAndCorrect method. It appears that this method was doing sod all - which is worrying as it used to be important. I'm guessing that it was a bad fix for a bug that was then subsequently fixed with other code. I'll create a JIRA issue to create more tests to test out the +31 block of code.
31 lines of code changed in:
Adding details of 2.2 release
5 lines of code changed in: