Repository: commons-text
Updated Branches:
refs/heads/master 483728dd0 -> 4004cfdee
Remove reference to immutability from RandomStringGenerator docs
The use of a random generator with a changing internal state means
RandomStringGenerator cannot be considered immutable.
Project: http://git-wip
xml
--
diff --git a/pom.xml b/pom.xml
index 8d41164..ba3e3d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,6 +68,11 @@
ggregory
ggreg...@apache.org
+
+ Duncan Jones
+ djones
+ djo...@apache.org
+
Repository: commons-text
Updated Branches:
refs/heads/master ebb0cbe8c -> d04b0f6ff
Correct RandomStringGenerator description of thread safety/immutability
The thread safety and immutability of RandomStringGenerator is dependent
upon the external source of randomness, if set. Updated the Javad
Repository: commons-lang
Updated Branches:
refs/heads/master 53def5014 -> 7c19a1ff4
Deprecate CharEncoding and direct users to Java 7 classes
Java 7 introduced java.nio.charset.StandardCharsets, which negates the
need for our CharEncoding method. Additionally, the constants in the
class now po
Repository: commons-lang
Updated Branches:
refs/heads/master 758743198 -> 53def5014
Remove wildcard static import
My last commit accidentally added a wildcard to a static import. This
commit reverses that.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wi
Repository: commons-lang
Updated Branches:
refs/heads/master 05e18cc5c -> 758743198
Avoid endless loop printing array with MultilineRecursiveToStringStyle
Previous implementation was causing an endless loop by calling
'super.appendDetail' rather than 'super.reflectionAppendArrayDetail'
when it
Repository: commons-text
Updated Branches:
refs/heads/master 1b3e44809 -> 0b1ca53b3
Complete test coverage for RandomStringGenerator
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/0b1ca53b
Tree: http://git-wi
Repository: commons-text
Updated Branches:
refs/heads/master 7fcc343d2 -> 1b3e44809
Mark TEXT-37 as closed
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/1b3e4480
Tree: http://git-wip-us.apache.org/repos/asf/
Repository: commons-text
Updated Branches:
refs/heads/master 08ac56a50 -> 7fcc343d2
Add TEXT-38 Jira issue to changes.
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7fcc343d
Tree: http://git-wip-us.apache.or
Repository: commons-text
Updated Branches:
refs/heads/master 6f6da3467 -> 08ac56a50
Rename RandomStringBuilder and make it immutable and thread-safe.
The RandomStringBuilder class was renamed to RandomStringGenerator. The
class is now constructed using an inner Builder class, resulting in an
i
Repository: commons-lang
Updated Branches:
refs/heads/master 7cf5e01c2 -> 021e4dfb5
Ignore eclipse-cs generated file
The checkstyle plugin for Eclipse creates a .checkstyle file, which
should never be checked in to git. Added to .gitignore.
Project: http://git-wip-us.apache.org/repos/asf/comm
Repository: commons-text
Updated Branches:
refs/heads/master 322fe2723 -> 4c29a73b0
Correctly handle null varargs in AggregateTranslator constructor
The previous code didn't handle null vararg parameters correctly and
would throw a NPE if passed a null CharSequenceTranslator object.
While upd
Repository: commons-text
Updated Branches:
refs/heads/master 120409051 -> 322fe2723
Clarify whether varargs are being used in test (squashes warning).
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/322fe272
T
Repository: commons-text
Updated Branches:
refs/heads/master d7d2d9157 -> 120409051
TEXT-34: Add class to generate random strings
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/12040905
Tree: http://git-wip-u
Repository: commons-lang
Updated Branches:
refs/heads/master 600eb9eb9 -> 363cbf790
Improve test coverage of utility method.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/363cbf79
Tree: http://git-wip-us.apa
Repository: commons-lang
Updated Branches:
refs/heads/master 855a52385 -> 600eb9eb9
LANG-1299 - Add method for converting string to an array of code points
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/600eb
Repository: commons-lang
Updated Branches:
refs/heads/master 657704627 -> 855a52385
Corrected Javadoc @link tag.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/855a5238
Tree: http://git-wip-us.apache.org/repo
Repository: commons-lang
Updated Branches:
refs/heads/master 8c7687b9f -> 657704627
Suppress warning about vararg usage.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/65770462
Tree: http://git-wip-us.apache.
Repository: commons-lang
Updated Branches:
refs/heads/master 7f7fa03ea -> cdfb2aa1e
Improve description of alphabetic and alphanumeric.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/cdfb2aa1
Tree: http://git
Merge branch 'master' of
https://git-wip-us.apache.org/repos/asf/commons-lang.git
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/7f7fa03e
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/7f7fa03e
D
Repository: commons-lang
Updated Branches:
refs/heads/master 35c27d025 -> 7f7fa03ea
Fix for LANG-1286: RandomStringUtils random method can overflow...
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/f643b4fa
T
Repository: commons-lang
Updated Branches:
refs/heads/master 31fcd3bd8 -> f13d18cff
Javadoc change to address LANG-872.
Javadocs for append(Object[],Object[]) updated to indicate it only
compares the contents of the arrays, not the type of the arrays.
Project: http://git-wip-us.apache.org/re
Repository: commons-lang
Updated Branches:
refs/heads/master 5556118ad -> 31fcd3bd8
Removed accidental commit of failing test case.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/31fcd3bd
Tree: http://git-wip
Repository: commons-lang
Updated Branches:
refs/heads/master 795fe5d86 -> 5556118ad
Squashed deprecation warnings in test code.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/5556118a
Tree: http://git-wip-us.
Repository: commons-lang
Updated Branches:
refs/heads/master 0136218fa -> 795fe5d86
Added new vararg methods to insert values into an array at an index.
This implements LANG-660. This commit also deprecates the add() methods
that inserted a single value into an array at an index.
Project: htt
Repository: commons-lang
Updated Branches:
refs/heads/master a08ec31db -> 0136218fa
Fixed typo in Javadoc.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0136218f
Tree: http://git-wip-us.apache.org/repos/asf/
Repository: commons-lang
Updated Branches:
refs/heads/master 8c1a0d2ee -> a08ec31db
Fixes LANG-1292: WordUtils.wrap throws StringIndexOutOfBoundsException
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/a08ec3
Repository: commons-lang
Updated Branches:
refs/heads/master 2d6dea18b -> 41bc4cd02
RecursiveToStringStyleTest now uses correct ToStringStyle in tests.
Thanks to Dominik Stadler for patch.
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/r
Author: djones
Date: Wed Apr 15 19:59:50 2015
New Revision: 1673944
URL: http://svn.apache.org/r1673944
Log:
Updates for LANG-1058: StringUtils.uncapitalize performance improvement.
Similar fix also applied to StringUtils.capitalize (as mentioned in issue).
Thanks to Leo Wang.
Modified
Author: djones
Date: Tue Apr 14 06:40:18 2015
New Revision: 1673370
URL: http://svn.apache.org/r1673370
Log:
Explicit static imports.
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/CharSetTest.java
Modified:
commons/proper/lang/trunk/src/test/java/org/apache
Author: djones
Date: Sun Apr 12 19:59:04 2015
New Revision: 1673049
URL: http://svn.apache.org/r1673049
Log:
Refactored test into separate class, to avoid needless repeated execution by
subclasses of the original test.
Added:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3
Author: djones
Date: Sun Apr 12 07:14:45 2015
New Revision: 1672988
URL: http://svn.apache.org/r1672988
Log:
Corrected Javadoc (mentioned in LANG-1058), added examples to unit test.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
commons
Author: djones
Date: Sat Apr 11 06:02:34 2015
New Revision: 1672833
URL: http://svn.apache.org/r1672833
Log:
Update for LANG-1069: CharSet.getInstance documentation does not clearly
explain how to include negation character in set. Javadoc expanded and unit
tests added to match examples. Based
Author: djones
Date: Thu Apr 9 06:29:03 2015
New Revision: 1672245
URL: http://svn.apache.org/r1672245
Log:
Added missing @since tag.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache
Author: djones
Date: Thu Apr 9 06:27:15 2015
New Revision: 1672244
URL: http://svn.apache.org/r1672244
Log:
Implements LANG-1050: Change nullToEmpty methods to generics. Thanks to James
Sawle. This closes #33 in GitHub too.
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
Author: djones
Date: Thu Apr 9 05:54:52 2015
New Revision: 1672242
URL: http://svn.apache.org/r1672242
Log:
Added a brief comment to explain SuppressWarnings statement (thanks britter).
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java
Author: djones
Date: Wed Apr 8 08:38:02 2015
New Revision: 1672030
URL: http://svn.apache.org/r1672030
Log:
Suppressed two unchecked warnings.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java
commons/proper/lang/trunk/src/test/java/org
Author: djones
Date: Wed Apr 8 07:53:49 2015
New Revision: 1672025
URL: http://svn.apache.org/r1672025
Log:
Implements LANG-1074: Add a method to ArrayUtils for removing all occurrences
of a given element. Thanks to Haiyang Li.
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
Author: djones
Date: Tue Apr 7 13:54:37 2015
New Revision: 1671849
URL: http://svn.apache.org/r1671849
Log:
Fixed links to Javadoc (closes CLI-248).
Modified:
commons/proper/cli/trunk/src/changes/changes.xml
commons/proper/cli/trunk/src/site/xdoc/introduction.xml
Modified: commons
Author: djones
Date: Fri Nov 14 12:49:15 2014
New Revision: 1639624
URL: http://svn.apache.org/r1639624
Log:
Javadoc fix for LANG-1064.
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
Modified
Author: djones
Date: Sun Oct 19 05:52:37 2014
New Revision: 1632874
URL: http://svn.apache.org/r1632874
Log:
LANG-536 - Add isSorted() to ArrayUtils. Patch supplied by James Sawle. Closes
#32 in GitHub.
Modified:
commons/proper/lang/trunk/pom.xml
commons/proper/lang/trunk/src/changes
Author: djones
Date: Thu Oct 16 19:16:30 2014
New Revision: 1632416
URL: http://svn.apache.org/r1632416
Log:
Use isEmpty() where possible. Thanks to James Sawle for pointing this out.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ArrayUtils.java
Modified
Author: djones
Date: Wed Oct 8 11:49:54 2014
New Revision: 1630076
URL: http://svn.apache.org/r1630076
Log:
Javadoc examples looked better wrapped in {@code} tags.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java
Modified:
commons/proper
Author: djones
Date: Mon Sep 29 12:02:11 2014
New Revision: 1628165
URL: http://svn.apache.org/r1628165
Log:
Fix for LANG-827: CompareToBuilder's doc doesn't specify precedence of fields
it uses in performing comparisons
Modified:
commons/proper/lang/trunk/src/changes/c
Author: djones
Date: Sun Sep 28 10:11:17 2014
New Revision: 1628061
URL: http://svn.apache.org/r1628061
Log:
Added missing support for ISO 8601 parsing and printing using "ZZ" pattern
(code now matches Javadoc). Addresses LANG-1000.
Modified:
commons/proper/lang/trunk/s
Author: djones
Date: Sat Sep 27 17:33:00 2014
New Revision: 1627984
URL: http://svn.apache.org/r1627984
Log:
Removed redundant static modifier (thanks, Matt).
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
Modified:
commons/proper/lang/trunk
Author: djones
Date: Sat Sep 27 15:03:26 2014
New Revision: 1627974
URL: http://svn.apache.org/r1627974
Log:
Replaced private integer constants with private static enum.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
Modified:
commons/proper
Author: djones
Date: Fri Sep 26 21:19:12 2014
New Revision: 1627889
URL: http://svn.apache.org/r1627889
Log:
Made it clear that the fields of the object form the hash code (LANG-1039).
Pulled magic values into constants.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons
Author: djones
Date: Fri Sep 26 11:19:32 2014
New Revision: 1627753
URL: http://svn.apache.org/r1627753
Log:
Added Javadoc warnings related to LANG-796.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
Modified:
commons/proper/lang/trunk/src
Author: djones
Date: Wed Sep 10 11:32:53 2014
New Revision: 1623970
URL: http://svn.apache.org/r1623970
Log:
Fix for LANG-1035: Javadoc for EqualsBuilder.reflectionEquals() is unclear
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
commons/proper/lang/trunk/src/main/java/org
Author: djones
Date: Tue May 13 20:31:02 2014
New Revision: 1594373
URL: http://svn.apache.org/r1594373
Log:
Using Validate where possible in time package.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java
Modified:
commons/proper
Author: djones
Date: Fri May 9 21:13:01 2014
New Revision: 1593622
URL: http://svn.apache.org/r1593622
Log:
Using Validate where possible in builder package.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java
commons/proper/lang
Author: djones
Date: Sat May 10 05:58:17 2014
New Revision: 1593668
URL: http://svn.apache.org/r1593668
Log:
Using Validate where possible in concurrent package.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/concurrent/ConcurrentUtils.java
commons/proper
Author: djones
Date: Sat May 10 07:22:22 2014
New Revision: 1593679
URL: http://svn.apache.org/r1593679
Log:
Using Validate where possible in math package.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/IEEE754rUtils.java
commons/proper/lang/trunk/src
Author: djones
Date: Tue May 6 21:32:31 2014
New Revision: 1592890
URL: http://svn.apache.org/r1592890
Log:
Explained treatment of leading zeroes in isNumber() method Javadoc.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/NumberUtils.java
Modified
Author: djones
Date: Tue May 6 20:46:48 2014
New Revision: 1592876
URL: http://svn.apache.org/r1592876
Log:
Corrected Javadoc example.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache
Author: djones
Date: Tue May 6 20:41:59 2014
New Revision: 1592873
URL: http://svn.apache.org/r1592873
Log:
Further tidying of Javadoc.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache
Author: djones
Date: Mon May 5 07:05:33 2014
New Revision: 1592457
URL: http://svn.apache.org/r1592457
Log:
LANG-731: Better Javadoc for BitField class
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3
Author: djones
Date: Sat May 3 08:21:49 2014
New Revision: 1592163
URL: http://svn.apache.org/r1592163
Log:
Removed unnecessary multiplication by one.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Conversion.java
Modified:
commons/proper/lang/trunk/src/main
Author: djones
Date: Mon Apr 21 08:37:46 2014
New Revision: 1588859
URL: http://svn.apache.org/r1588859
Log:
Use enhanced for loop
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org
Author: djones
Date: Mon Apr 21 08:18:43 2014
New Revision: 1588857
URL: http://svn.apache.org/r1588857
Log:
Added Javadoc to clear checkstyle error
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DurationFormatUtils.java
Modified:
commons/proper/lang/trunk
Author: djones
Date: Sun Mar 23 07:28:42 2014
New Revision: 1580464
URL: http://svn.apache.org/r1580464
Log:
Minor Javadoc corrections.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/RandomUtils.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache
Author: djones
Date: Fri Mar 14 13:23:25 2014
New Revision: 1577519
URL: http://svn.apache.org/r1577519
Log:
Make use of existing TimeUnit class to manage time units.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java
Modified:
commons/proper
Author: djones
Date: Thu Mar 13 21:40:26 2014
New Revision: 1577332
URL: http://svn.apache.org/r1577332
Log:
LANG-987: DateUtils.getFragmentInDays(Date, Calendar.MONTH) returns wrong days,
reported by Jay Xu.
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
commons/proper
Author: djones
Date: Sat Feb 1 07:53:54 2014
New Revision: 1563378
URL: http://svn.apache.org/r1563378
Log:
Reverts changes introduced in r1563259. Discussion to be had over correct place
for this functionality (likely org.apache.commons.lang3.Conversion).
Modified:
commons/proper/lang
Author: djones
Date: Fri Jan 31 21:12:57 2014
New Revision: 1563259
URL: http://svn.apache.org/r1563259
Log:
LANG-341: Please add number to byte[] methods. Suggested by Lilianne E. Blaze.
Final patch from Vincent Ricard (with thanks to Henri Yandell).
Modified:
commons/proper/lang/trunk
Author: djones
Date: Tue Jan 28 09:35:29 2014
New Revision: 1562018
URL: http://svn.apache.org/r1562018
Log:
Removed two duplicated assertions.
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java
Modified:
commons/proper/lang/trunk/src/test/java
Author: djones
Date: Tue Jan 28 09:31:53 2014
New Revision: 1562017
URL: http://svn.apache.org/r1562017
Log:
Resolved compiler warnings shown in Eclipse and when compiling with
-Xlint:unchecked.
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ObjectUtils.java
Author: djones
Date: Sat Jan 25 21:01:32 2014
New Revision: 1561402
URL: http://svn.apache.org/r1561402
Log:
Lang is targeted at Java 1.6 now. Corrected text alignment issue (now
left-aligned),
Modified:
commons/proper/lang/trunk/src/site/xdoc/developerguide.xml
Modified: commons/proper
Author: djones
Date: Fri Jan 24 23:17:29 2014
New Revision: 1561225
URL: http://svn.apache.org/r1561225
Log:
Renamed DiffList to DiffResult as per discussion in LANG-637.
Added:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/DiffResult.java
- copied, changed
Author: djones
Date: Thu Jan 23 22:37:36 2014
New Revision: 1560836
URL: http://svn.apache.org/r1560836
Log:
Moved Duncan Jones from contributors to developer list. (Testing ability to
commit also).
Modified:
commons/proper/lang/trunk/pom.xml
Modified: commons/proper/lang/trunk/pom.xml
URL
71 matches
Mail list logo