[ 
https://issues.apache.org/jira/browse/LANG-1453?focusedWorklogId=238912&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-238912
 ]

ASF GitHub Bot logged work on LANG-1453:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/May/19 00:37
            Start Date: 08/May/19 00:37
    Worklog Time Spent: 10m 
      Work Description: coveralls commented on issue #420: LANG-1453: using 
toUpperCase instead of toLowerCase solve the problem
URL: https://github.com/apache/commons-lang/pull/420#issuecomment-490303679
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/23249560/badge)](https://coveralls.io/builds/23249560)
   
   Coverage increased (+0.007%) to 95.396% when pulling 
**49cf9d7c1894668025da0ca7ab00f442ba387e77 on 
geratorres:LANG-1453-IdxOutBndsEx** into 
**6934228ded0aba917d253625aebd4efb10bbae97 on apache:master**.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 238912)
    Time Spent: 20m  (was: 10m)

> StringUtils.removeIgnoreCase("İa", "a") throws IndexOutOfBoundsException
> ------------------------------------------------------------------------
>
>                 Key: LANG-1453
>                 URL: https://issues.apache.org/jira/browse/LANG-1453
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.text.*
>    Affects Versions: 3.8.1
>            Reporter: Thomas Neerup
>            Priority: Critical
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> *try* {
> String s = StringUtils._removeIgnoreCase_("İa", "a");
> } *catch* (Exception e) {
> e.printStackTrace();
> }
> output
> java.lang.IndexOutOfBoundsException: start 3, end 2, s.length() 2
> at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:539)
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to