garydgregory commented on a change in pull request #118:
URL: https://github.com/apache/commons-bcel/pull/118#discussion_r834465818



##########
File path: src/test/java/org/apache/bcel/PLSETestCase.java
##########
@@ -116,6 +119,25 @@ public void testB295() throws Exception
         assertEquals(lv.getLength(), new_lv.getLength(), "live range length");
     }
 
+    /**
+     * BCEL-361: LineNumber.toString() treats code offset as signed
+     */
+    @Test
+    public void testB361() throws Exception
+    {
+        final JavaClass clazz = 
getTestClass(PACKAGE_BASE_NAME+".data.LargeMethod");

Review comment:
       Missing spaces around `+`. I'm on vacation but there is a test I want to 
run... back in a while...




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