theobisproject commented on a change in pull request #120:
URL: https://github.com/apache/commons-compress/pull/120#discussion_r470160841



##########
File path: 
src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
##########
@@ -997,6 +1000,9 @@ private void readFilesInfo(final ByteBuffer header, final 
Archive archive) throw
                         throw new IOException("Unimplemented");
                     }
                     for (int i = 0; i < files.length; i++) {
+                        if (files[i] == null) {
+                            files[i] = new SevenZArchiveEntry();
+                        }

Review comment:
       Code is refactored as part of the latest commit




----------------------------------------------------------------
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]


Reply via email to