[lang] Add missing Javadoc.

2017-05-25 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master 8cfc1b120 -> 577f7b3b5 Add missing 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/577f7b3b Tree:

[lang] Add missing '@Deprecated' annotations.

2017-05-25 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master 6a688cf36 -> 8cfc1b120 Add missing '@Deprecated' annotations. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8cfc1b12 Tree:

[lang] Make code more readable with less nesting (move block out of else clause).

2017-05-25 Thread ggregory
Repository: commons-lang Updated Branches: refs/heads/master ef3015cc9 -> 6a688cf36 Make code more readable with less nesting (move block out of else clause). Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] [LANG-1304] StringUtils method to check for mixed case in string (closes #223)

2017-05-25 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master ebe7bb58a -> ef3015cc9 [LANG-1304] StringUtils method to check for mixed case in string (closes #223) Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[2/2] [lang] LANG-1316: Deprecate classes/methods moved to commons-text

2017-05-25 Thread pascalschumacher
LANG-1316: Deprecate classes/methods moved to commons-text Deprecated WordUtils and RandomStringUtils now that commons-text 1.1 was released. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/ebe7bb58 Tree:

[1/2] [lang] ObjectUtils#identityToString(StrBuilder, Object): improve deprecating javadoc comment

2017-05-25 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 670bb2e0a -> ebe7bb58a ObjectUtils#identityToString(StrBuilder, Object): improve deprecating javadoc comment Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit:

[lang] include checkstyle-suppressions.xml file in source distribution

2017-05-25 Thread pascalschumacher
Repository: commons-lang Updated Branches: refs/heads/master 9f2fe9bb8 -> 670bb2e0a include checkstyle-suppressions.xml file in source distribution Now checkstyle can be successfully executed from the source distribution (e.g. as part of the site life-cylce). Project: