java-callgraph
java-callgraph copied to clipboard
Add test for abstract methods (abstract class & interface).
I just confirmed that the isAbstract()
condition covers both interfaces & abstract classes (if you remove it, both tests fail).