[
https://issues.apache.org/jira/browse/COLLECTIONS-760?focusedWorklogId=424974&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-424974
]
ASF GitHub Bot logged work on COLLECTIONS-760:
----------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Apr/20 00:37
Start Date: 19/Apr/20 00:37
Worklog Time Spent: 10m
Work Description: Isira-Seneviratne commented on pull request #149:
[COLLECTIONS-760]: Add tests for MapUtils
URL:
https://github.com/apache/commons-collections/pull/149#discussion_r410780672
##########
File path: src/test/java/org/apache/commons/collections4/MapUtilsTest.java
##########
@@ -56,6 +58,7 @@
*/
@SuppressWarnings("boxing")
public class MapUtilsTest extends AbstractAvailableLocalesTest {
+ private static final String THREE = "Three";
Review comment:
Assigning "Three" to a constant variable was recommended by SonarLint. It
did not provide the same suggestion for "Two" and "key" as those are shorter
strings.
----------------------------------------------------------------
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: 424974)
Time Spent: 0.5h (was: 20m)
> Add tests for MapUtils
> ----------------------
>
> Key: COLLECTIONS-760
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-760
> Project: Commons Collections
> Issue Type: Improvement
> Affects Versions: 4.4
> Reporter: Bruno P. Kinoshita
> Assignee: Bruno P. Kinoshita
> Priority: Minor
> Fix For: 4.5
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Placeholder for https://github.com/apache/commons-collections/pull/149
--
This message was sent by Atlassian Jira
(v8.3.4#803005)