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

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

                Author: ASF GitHub Bot
            Created on: 05/Dec/20 17:15
            Start Date: 05/Dec/20 17:15
    Worklog Time Spent: 10m 
      Work Description: garydgregory commented on pull request #664:
URL: https://github.com/apache/commons-lang/pull/664#issuecomment-739322983


   Minor improvement, but ok, sure.
   


----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 520517)
    Time Spent: 40m  (was: 0.5h)

> 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
>              Labels: pull-request-available
>          Time Spent: 40m
>  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}
> https://github.com/apache/commons-lang/pull/664



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

Reply via email to