MCPcopy Create free account
hub / github.com/ReadyTalk/avian / main

Method main

test/LazyLoading.java:41–46  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

39 }
40
41 public static void main(String[] args) throws Exception {
42 Class c = new MyClassLoader(LazyLoading.class.getClassLoader()).loadClass
43 ("LazyLoading$Test");
44
45 c.getMethod("test").invoke(null);
46 }
47
48 private static class MyClassLoader extends ClassLoader {
49 public MyClassLoader(ClassLoader parent) {

Callers

nothing calls this directly

Calls 4

getMethodMethod · 0.95
getClassLoaderMethod · 0.80
invokeMethod · 0.65
loadClassMethod · 0.45

Tested by

no test coverage detected