[GitHub] commons-lang issue #340: [LANG-1406] StringIndexOutOfBoundsException in Stri...

2018-09-05 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/340 Good progress so far @HiuKwok . Understanding the problem well is a good first step to solve it 👍 my next development cycle for Apache will probably be for a release for Apache Commons

[GitHub] commons-lang issue #340: [LANG-1406] StringIndexOutOfBoundsException in Stri...

2018-09-05 Thread HiuKwok
Github user HiuKwok commented on the issue: https://github.com/apache/commons-lang/pull/340 To whom who interested in this issue, here is some founding that I discovered throughout this month of issue solving. Problem: - The exception would happened when any String

[GitHub] commons-lang issue #340: [LANG-1406] StringIndexOutOfBoundsException in Stri...

2018-08-09 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/340 Oh, that does make sense now. So the first visible character we see is the ["Latin Capital Letter I with Dot Above"](https://unicode-table.com/en/#0130) (see also [this other

[GitHub] commons-lang issue #340: [LANG-1406] StringIndexOutOfBoundsException in Stri...

2018-08-08 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-lang/pull/340 I'm surprised by this bug. Had no idea something like this could happen. Will debug later and see if I can understand why that happens (might have to train my brain to default to always use

[GitHub] commons-lang issue #340: [LANG-1406] StringIndexOutOfBoundsException in Stri...

2018-08-08 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-lang/pull/340 [![Coverage Status](https://coveralls.io/builds/18383289/badge)](https://coveralls.io/builds/18383289) Coverage decreased (-0.04%) to 95.243% when pulling