bodewig commented on a change in pull request #96: Add testcases for ZipUtil, ZipFile, ZipArchiveOutputStream and ZipArchiveEntry URL: https://github.com/apache/commons-compress/pull/96#discussion_r389293600
########## File path: src/test/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntryTest.java ########## @@ -22,6 +22,9 @@ import static org.junit.Assert.*; import java.io.ByteArrayOutputStream; +import java.lang.reflect.Field; +import java.lang.reflect.Modifier; +import java.util.Arrays; Review comment: These are not sctually needed, are they? ---------------------------------------------------------------- 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] With regards, Apache Git Services
