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

ASF GitHub Bot logged work on COMPRESS-579:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/May/21 13:18
            Start Date: 22/May/21 13:18
    Worklog Time Spent: 10m 
      Work Description: bodewig commented on a change in pull request #195:
URL: https://github.com/apache/commons-compress/pull/195#discussion_r637403206



##########
File path: src/test/java/org/apache/commons/compress/archivers/TarTestCase.java
##########
@@ -569,7 +569,7 @@ public void testTarFileLongNameLargerThanBuffer() throws 
IOException {
     }
 
     private String createLongName(final int nameLength) {
-        final StringBuffer buffer = new StringBuffer();
+        final StringBuilder buffer = new StringBuilder();

Review comment:
       I don't see any redundant variable here :-)
   
   I assume you added changes you intended to create as separate commits by 
accident. Please make sure your PR title and description matches what your 
change actually does.




-- 
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: 600836)
    Time Spent: 0.5h  (was: 20m)

> Remove redundant local variable
> -------------------------------
>
>                 Key: COMPRESS-579
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-579
>             Project: Commons Compress
>          Issue Type: Sub-task
>            Reporter: Arturo Bernal
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>




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

Reply via email to