[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-09-01 Thread HiuKwok
Github user HiuKwok commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r214529178 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-14 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r209907553 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-14 Thread HiuKwok
Github user HiuKwok commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r209878957 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-13 Thread HiuKwok
Github user HiuKwok commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r209659530 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-13 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r209587514 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-13 Thread HiuKwok
Github user HiuKwok commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r209574053 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-09 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/340#discussion_r208851249 --- Diff: src/main/java/org/apache/commons/lang3/StringUtils.java --- @@ -5596,8 +5596,8 @@ private static String replace(final String text, String

[GitHub] commons-lang pull request #340: [LANG-1406] StringIndexOutOfBoundsException ...

2018-08-08 Thread HiuKwok
GitHub user HiuKwok opened a pull request: https://github.com/apache/commons-lang/pull/340 [LANG-1406] StringIndexOutOfBoundsException in StringUtils.replaceIgnoreCase Fix for Lang-1406 to avoid any exception while performing String.UTils.replaceIgnoreCase() against uniCode