[
https://issues.apache.org/jira/browse/LANG-1620?focusedWorklogId=517594&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-517594
]
ASF GitHub Bot logged work on LANG-1620:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Nov/20 08:53
Start Date: 29/Nov/20 08:53
Worklog Time Spent: 10m
Work Description: coveralls commented on pull request #664:
URL: https://github.com/apache/commons-lang/pull/664#issuecomment-735362759
[](https://coveralls.io/builds/35305032)
Coverage increased (+0.0006%) to 95.014% when pulling
**0e07fc1f8d561ceb469fa8d24831a8a0b4bc7304 on arturobernalg:feature/LANG-1620**
into **c2da7e3c511f6a74c2450d612a61887b8be8fcab 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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 517594)
Remaining Estimate: 0h
Time Spent: 20m (was: 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
> Labels: pull-request-available
> Time Spent: 20m
> 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)