[
https://issues.apache.org/jira/browse/LANG-1231?focusedWorklogId=511724&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-511724
]
ASF GitHub Bot logged work on LANG-1231:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/Nov/20 11:49
Start Date: 14/Nov/20 11:49
Worklog Time Spent: 10m
Work Description: HubertWo commented on a change in pull request #649:
URL: https://github.com/apache/commons-lang/pull/649#discussion_r523411196
##########
File path:
src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java
##########
@@ -375,6 +376,18 @@ public void testIndexOfAny_StringCharArray() {
assertEquals(-1, StringUtils.indexOfAny("ab", 'z'));
}
+
+ @DisplayName("testIndexOfAny_String")
Review comment:
What's the purpose of having the same ```@DisplayName``` and test name?
----------------------------------------------------------------
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: 511724)
Time Spent: 3h (was: 2h 50m)
> StringUtils#indexOfAny() methods with start position argument
> -------------------------------------------------------------
>
> Key: LANG-1231
> URL: https://issues.apache.org/jira/browse/LANG-1231
> Project: Commons Lang
> Issue Type: New Feature
> Components: lang.*
> Affects Versions: 3.4
> Reporter: Guram Savinov
> Priority: Minor
> Labels: string
> Time Spent: 3h
> Remaining Estimate: 0h
>
> There is no StringUtils#indexOfAny() methods with start position argument,
> which would search for specified characters from the specified position.
> Please add it.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)