mawiesne commented on code in PR #394:
URL: https://github.com/apache/commons-compress/pull/394#discussion_r1232640998
##########
src/main/java/org/apache/commons/compress/harmony/unpack200/bytecode/forms/StringRefForm.java:
##########
@@ -52,8 +51,8 @@ protected int getPoolID() {
protected void setNestedEntries(final ByteCode byteCode, final
OperandManager operandManager, final int offset)
throws Pack200Exception {
final SegmentConstantPool globalPool =
operandManager.globalConstantPool();
- ClassFileEntry[] nested = null;
- nested = new ClassFileEntry[] {((CPString)
globalPool.getValue(getPoolID(), offset))};
+ ClassFileEntry[] nested;
Review Comment:
Fixed all of them.
--
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]