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

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

                Author: ASF GitHub Bot
            Created on: 29/Nov/20 08:44
            Start Date: 29/Nov/20 08:44
    Worklog Time Spent: 10m 
      Work Description: arturobernalg opened a new pull request #664:
URL: https://github.com/apache/commons-lang/pull/664


   


----------------------------------------------------------------
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: 517593)
    Remaining Estimate: 0h
            Time Spent: 10m

> refine StringUtils.lastIndexOfIgnoreCase
> ----------------------------------------
>
>                 Key: LANG-1620
>                 URL: https://issues.apache.org/jira/browse/LANG-1620
>             Project: Commons Lang
>          Issue Type: Improvement
>            Reporter: Arturo Bernal
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Avoid Multiple calls to calculate the length of the chain
>  
> {code:java}
> final int searchStrLength = searchStr.length(); 
> final int strLength = str.length();
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to