KengoTODA commented on code in PR #157:
URL: https://github.com/apache/commons-bcel/pull/157#discussion_r996378742


##########
src/test/java/org/apache/bcel/verifier/VerifyBadClassesTestCase.java:
##########
@@ -122,6 +123,7 @@ public void testB307() {
      * BCEL-308: NullPointerException in Verifier Pass 3A
      */
     @Test
+    @Disabled("ConstantPool item could be null even when class file is valid")

Review Comment:
   This test failed after I removed the verification logic, but my new 
suggestion is enough to pass this case so I reverted this `@Disabled` 
annotation. 🤝 



-- 
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: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to