[GitHub] [commons-bcel] garydgregory commented on a diff in pull request #177: Bcelifier stackmap support verifier

2022-11-29 Thread GitBox
garydgregory commented on code in PR #177: URL: https://github.com/apache/commons-bcel/pull/177#discussion_r1034747557 ## src/main/java/org/apache/bcel/classfile/Code.java: ## @@ -247,6 +247,20 @@ public LineNumberTable getLineNumberTable() { return null; } +

[GitHub] [commons-bcel] garydgregory commented on a diff in pull request #177: Bcelifier stackmap support verifier

2022-11-29 Thread GitBox
garydgregory commented on code in PR #177: URL: https://github.com/apache/commons-bcel/pull/177#discussion_r1034692847 ## src/test/resources/StackMapExample2.java: ## @@ -0,0 +1,8 @@ +public class StackMapExample2 { + Review Comment: Javadoc what this tests. ## sr