mawiesne commented on code in PR #394:
URL: https://github.com/apache/commons-compress/pull/394#discussion_r1232641864


##########
src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/forms/ClassRefForm.java:
##########
@@ -62,7 +62,7 @@ protected void setNestedEntries(final ByteCode byteCode, 
final OperandManager op
         // the spec except for multianewarray, which has
         // its own form.)
         final SegmentConstantPool globalPool = 
operandManager.globalConstantPool();
-        ClassFileEntry[] nested = null;
+        ClassFileEntry[] nested;

Review Comment:
   All fixed with latest push.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to