powerbroker commented on code in PR #34: URL: https://github.com/apache/geronimo-xbean/pull/34#discussion_r1045267857
########## xbean-finder/src/test/java/org/apache/xbean/finder/archive/JarArchiveTest.java: ########## @@ -42,27 +44,27 @@ public class JarArchiveTest { @BeforeClass public static void classSetUp() throws Exception { - JarArchiveTest.classpath = Archives.jarArchive(JarArchiveTest.classes); + classpath = Archives.jarArchive(classes); } @Before public void setUp() throws Exception { - URL[] urls = {new URL("jar:" + JarArchiveTest.classpath.toURI().toURL() + "!/")}; + URL[] urls = {new URL("jar:" + classpath.toURI().toURL() + "!/")}; - this.archive = new JarArchive(new URLClassLoader(urls), urls[0]); + archive = new JarArchive(new URLClassLoader(urls), urls[0]); Review Comment: +2 -- 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