https://github.com/apache/commons-lang

sort by:
Revision Author Date Message Commit Date
285fc07 Applying optimisation from LANG-287. Thanks to Stepan Koltsov and Holger Hoffstatte. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@467467 13f79535-47bb-0310-9956-ffa450edef68 24 October 2006, 20:29:44 UTC
10bdedc Taking a stab at adding information on a Lang and Java 5.0 enum comparison git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@466285 13f79535-47bb-0310-9956-ffa450edef68 20 October 2006, 22:36:21 UTC
fd20608 Adding note that using switch is not type-safe git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@466275 13f79535-47bb-0310-9956-ffa450edef68 20 October 2006, 22:02:34 UTC
94530f1 Refactored duration tests to make it simpler to add new ones. Added a few edge cases to test the replacement for the += 31 code git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@454427 13f79535-47bb-0310-9956-ffa450edef68 09 October 2006, 16:57:28 UTC
25ef9a5 formetted to formatted - typo fix git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@454426 13f79535-47bb-0310-9956-ffa450edef68 09 October 2006, 16:56:49 UTC
1d5c03f 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. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@453818 13f79535-47bb-0310-9956-ffa450edef68 07 October 2006, 00:22:42 UTC
e91541f Adding details of 2.2 release git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@452972 13f79535-47bb-0310-9956-ffa450edef68 04 October 2006, 18:51:33 UTC
5e864d3 // comments. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@451406 13f79535-47bb-0310-9956-ffa450edef68 29 September 2006, 19:56:41 UTC
320b0b2 Applying patch from Will Pugh in #LANG-268 - Addition of new variants of the join method. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@451394 13f79535-47bb-0310-9956-ffa450edef68 29 September 2006, 19:20:03 UTC
c12c571 Merging r451373 over from the https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/branches/LANG_2_2_X: Removing sourceModifications block as it does not appear to be doing anything for us. Also removing the aspect and integration tags as they are also unused. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@451374 13f79535-47bb-0310-9956-ffa450edef68 29 September 2006, 18:17:09 UTC
ffc34e6 Merging r450528 from https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/branches/LANG_2_2_X - roll back the cobertura plugin git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@450529 13f79535-47bb-0310-9956-ffa450edef68 27 September 2006, 18:05:05 UTC
12771ff Merging 450521 over from https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/branches/LANG_2_2_X - urls added for the jira keys in the upgrade notes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@450522 13f79535-47bb-0310-9956-ffa450edef68 27 September 2006, 17:52:40 UTC
c1fe78f Applying -r449108:449370 from the LANG_2_2_X branch to the trunk git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@449372 13f79535-47bb-0310-9956-ffa450edef68 24 September 2006, 07:01:49 UTC
5658884 Folding r448470 in from the LANG_2_2_X release branch - builds javadoc/sources jars git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448471 13f79535-47bb-0310-9956-ffa450edef68 21 September 2006, 06:11:38 UTC
58069b3 Folding r448432 in from the LANG_2_2_X release branch git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448433 13f79535-47bb-0310-9956-ffa450edef68 21 September 2006, 02:15:43 UTC
c51cba0 The parameter object is hiding a field from type ToStringBuilder. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448263 13f79535-47bb-0310-9956-ffa450edef68 20 September 2006, 16:53:53 UTC
4f3b6e5 Removing dumb mistake git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448056 13f79535-47bb-0310-9956-ffa450edef68 20 September 2006, 04:31:39 UTC
57964fe Tagging 2.2-rc1 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448054 13f79535-47bb-0310-9956-ffa450edef68 20 September 2006, 04:31:04 UTC
0d3658d Applied the optimisations to the join(Iterator, x) methods that Stepan Koltsov included in his patch for #LANG-266. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448015 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 23:45:14 UTC
57f8eb5 Appying the wished for join(Collection, x) method from Stepan Koltsov in #LANG-266 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448006 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 22:55:00 UTC
22f9c42 Removing a few lines ending with whitespace. Very trivial commit git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@448002 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 22:42:11 UTC
b33bbaa HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle. https://issues.apache.org/jira/browse/LANG-279 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447989 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 21:58:11 UTC
116463b Applying requested fix from Neil Redway in #LANG-262 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447975 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 21:20:56 UTC
9926c44 Moving trunk to 2.3-SNAPSHOT so we can start working on such things git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447964 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 20:48:58 UTC
d032bda https://issues.apache.org/jira/browse/LANG-279 HashCodeBuilder throws java.lang.StackOverflowError when an object contains a cycle. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447947 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 20:20:06 UTC
4917cb7 Setting version to 2.2-rc1 in preparation for a release candidate git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447919 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 17:27:23 UTC
ca9a70f Setting version to 2.2-rc1 in preparation for a release candidate git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447918 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 17:27:18 UTC
4b25008 #LANG-59 fails under JDK 1.3, so much as with the earlier code in this class, I've modified it so that it only runs with 1.4 and above. A warning is output, and I improved the other warning message at the same time. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447778 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 08:18:02 UTC
8c71182 Added a short bit of blurb about the text package git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447776 13f79535-47bb-0310-9956-ffa450edef68 19 September 2006, 08:00:32 UTC
e0c25af Added methods back in that were lost in r397016 (my fault). Testing with jardiff again, there are now no removed or changed methods - in keeping with a minor release. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447139 13f79535-47bb-0310-9956-ffa450edef68 17 September 2006, 20:36:53 UTC
066873b Used jardiff to discover a couple of removed methods - need to find out why they were removed. Comparison of the land-2.1 tag shows that there have been no new deprecations. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447023 13f79535-47bb-0310-9956-ffa450edef68 17 September 2006, 08:18:08 UTC
838d27a Improvements to the documentation for the 2.2 release. Added in the upgrade page (empty until the release notes are complete), changed users/developers guide to user/developer guide, and added the text package to the user guide. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@447022 13f79535-47bb-0310-9956-ffa450edef68 17 September 2006, 08:00:26 UTC
6c33df7 The new features were really improvemens, so might as well get rid of the unnecessary split git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@443527 13f79535-47bb-0310-9956-ffa450edef68 15 September 2006, 00:10:40 UTC
2a625ee Used the release notes feature of jira to generate a list of bugs, new features and improvements. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@443526 13f79535-47bb-0310-9956-ffa450edef68 15 September 2006, 00:02:55 UTC
ba57d26 Fixing javadoc example and adding a unit test to prove the example; as reported in #LANG-278 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@442618 13f79535-47bb-0310-9956-ffa450edef68 12 September 2006, 15:29:31 UTC
6670416 Fixed javadoc typo as mentioned in #LANG-258 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@441929 13f79535-47bb-0310-9956-ffa450edef68 10 September 2006, 08:04:17 UTC
a3c7d37 Killing the 'next version' part of the user guide. It's the wrong place for that kind of information I think git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@441925 13f79535-47bb-0310-9956-ffa450edef68 10 September 2006, 07:56:35 UTC
3cf53fd Update the text section - though not with much of value. Need to talk about the classes here. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@441924 13f79535-47bb-0310-9956-ffa450edef68 10 September 2006, 07:55:54 UTC
462a89b Fixed 2nd javadoc bug mentioned in #LANG-277 and added more unit tests to match the javadoc examples git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@438574 13f79535-47bb-0310-9956-ffa450edef68 30 August 2006, 18:22:12 UTC
d829770 Fix XML comment from a previous commit. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437756 13f79535-47bb-0310-9956-ffa450edef68 28 August 2006, 17:20:17 UTC
4aa2a0a Fixing license header git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437556 13f79535-47bb-0310-9956-ffa450edef68 28 August 2006, 06:23:26 UTC
e4ff29d Fixing license header git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437555 13f79535-47bb-0310-9956-ffa450edef68 28 August 2006, 06:22:54 UTC
a5a4f90 Fixing the ASF copyright and placing it in the NOTICE file git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437554 13f79535-47bb-0310-9956-ffa450edef68 28 August 2006, 06:21:41 UTC
447c1b4 Updated Copyrights to 2006. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437239 13f79535-47bb-0310-9956-ffa450edef68 26 August 2006, 22:07:15 UTC
513d128 Change "Copyright ....-2005" to "Copyright ....-2006" git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437238 13f79535-47bb-0310-9956-ffa450edef68 26 August 2006, 21:54:21 UTC
30a547d Change "Copyright ....-2005" to "Copyright ....-2006" git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@437237 13f79535-47bb-0310-9956-ffa450edef68 26 August 2006, 21:52:47 UTC
8251419 Updating to 2.2 release git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@436674 13f79535-47bb-0310-9956-ffa450edef68 25 August 2006, 06:27:16 UTC
5290bee Added test for StopWatch.toSplitString git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@436673 13f79535-47bb-0310-9956-ffa450edef68 25 August 2006, 06:27:02 UTC
62bf5bf Added unit test to enforce the existence of the empty constructor git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@436670 13f79535-47bb-0310-9956-ffa450edef68 25 August 2006, 06:11:47 UTC
95e3fcc Set the milliseconds to 0 to stop unit tests sometimes failing. Thanks Jörg git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@433527 13f79535-47bb-0310-9956-ffa450edef68 22 August 2006, 05:46:45 UTC
07b7795 LANG-259 - Fix compareTo to check the type is the same git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@432748 13f79535-47bb-0310-9956-ffa450edef68 18 August 2006, 22:21:47 UTC
d9c6932 Ensure classes are the same in Enum.compareTo git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@432703 13f79535-47bb-0310-9956-ffa450edef68 18 August 2006, 19:51:26 UTC
1417227 Change protected to package scope git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@432694 13f79535-47bb-0310-9956-ffa450edef68 18 August 2006, 19:31:37 UTC
0e2905e Access to enclosing constructors is emulated by a synthetic accessor methods. Increasing its visibility will improve your performance (Eclipse compiler). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@432025 13f79535-47bb-0310-9956-ffa450edef68 16 August 2006, 20:36:35 UTC
eb68acf Make sure this exception code does not depend on Java 1.4 nested exceptions. SVN revision 38990 does not compile with Java 1.3.1. Compiled with Sun Java 1.3.1_15 Tested with Sun Java 1.3.1_15 Tested with Sun Java 1.4.2_12 Tested with Sun Java 1.5.0_08 All of the above on Windows XP SP2 + patches. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@432024 13f79535-47bb-0310-9956-ffa450edef68 16 August 2006, 20:34:01 UTC
e6cde16 LANG-271 - Change tests now JDK1.6 states the US has two national languages git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430537 13f79535-47bb-0310-9956-ffa450edef68 10 August 2006, 21:26:27 UTC
69b1599 Switching viewcvs url to viewvc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430249 13f79535-47bb-0310-9956-ffa450edef68 10 August 2006, 05:12:13 UTC
d23a64c Switching viewcvs url to viewvc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430244 13f79535-47bb-0310-9956-ffa450edef68 10 August 2006, 05:06:59 UTC
5fa96c5 Enhance StrSubtstitutor with StringBuffer methods and replaceIn() methods git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430176 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:52:45 UTC
051484c Unnecessary cast from char to int git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430168 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:21:38 UTC
5d915eb Format method for legibility (added some spaces in expressions.) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430167 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:18:43 UTC
06ebaca Unnecessary cast from char to int git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430166 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:16:21 UTC
2ef7b77 Remove unused import java.util.Date git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430165 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:14:51 UTC
2796757 Remove unused import java.lang.reflect.Field git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430164 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:14:15 UTC
e3d0e94 Unnecessary cast from String[] to String[] git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430163 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:11:03 UTC
fdc82b0 Access to enclosing constructor Enum.Entry() is emulated by a synthetic accessor method. Increasing its visibility will improve your performance (Eclipse compiler). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430161 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:10:03 UTC
ebed83b Unnecessary cast from Object to Enum. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430157 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:09:11 UTC
4d472d6 Access to enclosing constructor Enum.Entry() is emulated by a synthetic accessor method. Increasing its visibility will improve your performance (Eclipse compiler). git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430156 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:08:34 UTC
e9f9813 Unnecessary cast from Object to Enum. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@430154 13f79535-47bb-0310-9956-ffa450edef68 09 August 2006, 22:07:04 UTC
53d756b VariableFormatter became StrSubstitutor git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429884 13f79535-47bb-0310-9956-ffa450edef68 08 August 2006, 23:35:31 UTC
db95187 Create StrLookup by extraction from StrSubstitutor git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429881 13f79535-47bb-0310-9956-ffa450edef68 08 August 2006, 23:28:45 UTC
b2b04b2 Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429877 13f79535-47bb-0310-9956-ffa450edef68 08 August 2006, 23:25:52 UTC
df326b1 Rename variable for JDK1.5 compliance git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429876 13f79535-47bb-0310-9956-ffa450edef68 08 August 2006, 23:24:49 UTC
927e736 Give more power to StrSubstitutor subclasses git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429507 13f79535-47bb-0310-9956-ffa450edef68 07 August 2006, 23:06:41 UTC
9c66638 Javadoc comments for serialVersionUID. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429439 13f79535-47bb-0310-9956-ffa450edef68 07 August 2006, 19:14:31 UTC
cc407e8 The Javadoc comment "Lang version 1.0.1 serial compatibility" is incorrect since these classes came into existance in version 2.1. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429421 13f79535-47bb-0310-9956-ffa450edef68 07 August 2006, 18:14:27 UTC
bacc528 Adds missing serialVersionUID to Serializable classes. A note from http://wiki.eclipse.org/index.php/FAQ_Why_does_the_Eclipse_compiler_create_a_different_serialVersionUID_from_javac%3F: If you don’t explicitly define a serialVersionUID, the language requires that the VM generate one, using some function of all field and method names in the class. The problem is, the compiler generates some synthetic methods that you never see in your source file, and there is no clear specification for how these synthetic method names are generated. Any two compilers are likely to generate different method names, and so the serialVersionUID will be different. Bottom line: Always define the serialVersionUID explicitly in your source files. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@429413 13f79535-47bb-0310-9956-ffa450edef68 07 August 2006, 17:57:25 UTC
18918c6 Dropped the 2.1 bugfixes and new features. Moved bugzilla ids to jira ids git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428651 13f79535-47bb-0310-9956-ffa450edef68 04 August 2006, 07:05:24 UTC
49f1578 Removed clover bits that were left over from the switch to cobertura git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428648 13f79535-47bb-0310-9956-ffa450edef68 04 August 2006, 06:49:04 UTC
c6744b2 Tokenizer has been created, and DateRange/Duration are unlikely to get created. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428647 13f79535-47bb-0310-9956-ffa450edef68 04 August 2006, 06:46:04 UTC
d82abb3 Removing the checkstyle.properties class. There are no checkstyle warnings, and removing the .properties file doesn't make any warnings appear, so it's safe (ish) to assume the .xml file is covering things sufficiently. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428646 13f79535-47bb-0310-9956-ffa450edef68 04 August 2006, 06:44:59 UTC
2d4e279 Line was longer than 120 chars - shortening git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428644 13f79535-47bb-0310-9956-ffa450edef68 04 August 2006, 06:35:51 UTC
bd9244d Removing the money/currency todo - I can't see us having that in Lang git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428643 13f79535-47bb-0310-9956-ffa450edef68 04 August 2006, 06:33:47 UTC
d3b4e15 Switching from 2.1 to 2.2 git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@428636 13f79535-47bb-0310-9956-ffa450edef68 04 August 2006, 05:59:33 UTC
807e6d6 Missing ) in javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424901 13f79535-47bb-0310-9956-ffa450edef68 24 July 2006, 04:49:58 UTC
4bfa1f6 Initial commit of StrSubstitutor (VariableFormatter) for review git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424871 13f79535-47bb-0310-9956-ffa450edef68 24 July 2006, 01:00:37 UTC
8b2b1ba Copyright dates git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424613 13f79535-47bb-0310-9956-ffa450edef68 22 July 2006, 18:12:41 UTC
cbf6c47 Link builder to tokenizer properly git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424612 13f79535-47bb-0310-9956-ffa450edef68 22 July 2006, 18:10:16 UTC
d22e559 Add toString git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424611 13f79535-47bb-0310-9956-ffa450edef68 22 July 2006, 18:09:27 UTC
7917cc0 Allow tokenizer state to be adjusted before and after tokenizing git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424608 13f79535-47bb-0310-9956-ffa450edef68 22 July 2006, 17:25:38 UTC
b7b7d7c Add method to get all tokens as a list as well as an array git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424596 13f79535-47bb-0310-9956-ffa450edef68 22 July 2006, 16:08:25 UTC
9cbf70d Adding Niall's fix for LANG-59 - an edge case in date truncation - and his enhancement for the unit test that was there. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@424192 13f79535-47bb-0310-9956-ffa450edef68 21 July 2006, 05:47:07 UTC
c62bd30 Removing old release notes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@422328 13f79535-47bb-0310-9956-ffa450edef68 16 July 2006, 01:14:52 UTC
71910e6 LANG-272 Remove 2.1 build target and exclusion of "text" package from source distro. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@420730 13f79535-47bb-0310-9956-ffa450edef68 11 July 2006, 05:37:53 UTC
b9b6b02 Fix for LANG-272 - Minor JavaDoc changes to clean up checkstyle issues git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@420491 13f79535-47bb-0310-9956-ffa450edef68 10 July 2006, 11:23:57 UTC
33c8a32 Fix for LANG-272 - minor build changes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@420490 13f79535-47bb-0310-9956-ffa450edef68 10 July 2006, 11:22:38 UTC
6e041ae Add serialization version id and javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419740 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 23:34:47 UTC
7d0e5c0 Layout action methods to match general lang formatting git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419739 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 23:31:00 UTC
3d6bdca Layout getters and setters in pairs to match general lang formatting git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419738 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 23:27:57 UTC
6aa020e Javadoc git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@419737 13f79535-47bb-0310-9956-ffa450edef68 06 July 2006, 23:24:06 UTC
back to top