samabcde commented on code in PR #162:
URL: https://github.com/apache/commons-bcel/pull/162#discussion_r1014023833


##########
src/test/java/org/apache/bcel/generic/CountVisitor.java:
##########
@@ -19,3100 +19,3100 @@
 import java.util.Objects;
 
 public class CountVisitor implements Visitor {
+    private int aaload;
+    private int aastore;
+    private int aconst_null;
+    private int allocationInstruction;
+    private int aload;
+    private int anewarray;
+    private int areturn;
+    private int arithmeticInstruction;
+    private int arrayInstruction;
+    private int arraylength;
+    private int astore;
+    private int athrow;
+    private int baload;
+    private int bastore;
+    private int bipush;
+    private int branchInstruction;
+    private int BREAKPOINT;

Review Comment:
   Updated, please check



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