[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2017-05-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-lang/pull/223 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2017-05-22 Thread andyklimczak
Github user andyklimczak commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/223#discussion_r117889175 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -7193,6 +7193,45 @@ public static boolean isAllUpperCase(final

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2017-05-01 Thread arbasha
Github user arbasha commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/223#discussion_r114124824 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -7193,6 +7193,45 @@ public static boolean isAllUpperCase(final CharSequence

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2017-05-01 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/223#discussion_r114111595 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -7193,6 +7193,45 @@ public static boolean isAllUpperCase(final

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2016-12-29 Thread andyklimczak
Github user andyklimczak commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/223#discussion_r94203294 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -7193,6 +7193,45 @@ public static boolean isAllUpperCase(final

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2016-12-29 Thread andyklimczak
Github user andyklimczak commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/223#discussion_r94201194 --- Diff: src/test/java/org/apache/commons/lang3/StringUtilsTest.java --- @@ -2563,6 +2563,24 @@ public void testIsAllUpperCase() {

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2016-12-29 Thread andyklimczak
Github user andyklimczak commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/223#discussion_r94200421 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -7193,6 +7193,45 @@ public static boolean isAllUpperCase(final

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2016-12-29 Thread bindul
Github user bindul commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/223#discussion_r94199781 --- Diff: src/test/java/org/apache/commons/lang3/StringUtilsTest.java --- @@ -2563,6 +2563,24 @@ public void testIsAllUpperCase() {

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2016-12-29 Thread bindul
Github user bindul commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/223#discussion_r94199506 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -7193,6 +7193,45 @@ public static boolean isAllUpperCase(final CharSequence cs)

[GitHub] commons-lang pull request #223: [LANG-1304] StringUtils method to check for ...

2016-12-29 Thread andyklimczak
GitHub user andyklimczak opened a pull request: https://github.com/apache/commons-lang/pull/223 [LANG-1304] StringUtils method to check for mixed case in string [jira link](https://issues.apache.org/jira/browse/LANG-1304) You can merge this pull request into a Git repository by