Peter Dolland
Peter Dolland
Surely, I am not contesting, that "overwrites" and "implements" are different kinds of relationships. But for a complete overview of the static call structure there are needed as well as...
Let me show what we see currently with the example of Mathieu in the call graph (only methods): M:Root:doSomething() (M)java.io.PrintStream:println(java.lang.String) M:Child1:doSomething()(M)java.io.PrintStream:println(java.lang.String) M:Child2:doSomething()(M)java.io.PrintStream:println(java.lang.String) Any definition of a method execute calling root.doSomething()...
Hi Georgios and Matthieu, I made locally some changes to the java-callgraph static lib. The most important one: Additionally to the classes (C:) and the methods (M:) section I am...