rmannibucau commented on code in PR #34:
URL: https://github.com/apache/geronimo-xbean/pull/34#discussion_r1051443644


##########
xbean-finder/src/test/java/org/apache/xbean/finder/archive/JarArchiveTest.java:
##########
@@ -63,12 +64,12 @@ public void setUp() throws Exception {
     public void testGetBytecode() throws Exception {
 
         for (Class clazz : classes) {
-            assertNotNull(clazz.getName(), 
archive.getBytecode(clazz.getName()));
+            Assert.assertNotNull(clazz.getName(), 
archive.getBytecode(clazz.getName()));

Review Comment:
   If I'm not mistaken it is the exact opposite, you added Assert everywhere 
(maybe your IDE tricked you?) instead of following the pattern in place in the 
class so I'm just asking you to not change the code you don't modify and 
instead of forcing the existing code to comply to your settings, to align your 
settings/coding style on the existing code.



-- 
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: dev-unsubscr...@geronimo.apache.org

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

Reply via email to