MCPcopy Index your code
hub / github.com/seaswalker/spring-analysis / main

Method main

src/main/java/test/JavaTest.java:30–34  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

28 }
29
30 public static void main(String[] args) {
31 for (Method method : MyList.class.getDeclaredMethods()) {
32 System.out.println("name: " + method.getName() + ", return: " + method.getReturnType());
33 }
34 }
35
36 @Test
37 public void classpath() {

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected