java-callgraph icon indicating copy to clipboard operation
java-callgraph copied to clipboard

remove System.out.println

Open zhaozhi406 opened this issue 6 years ago • 2 comments

can you remove System.out.println in method ClassVisitor.visitConstantPool() ? It could be good to let user to decide how to print information, for example use logger

zhaozhi406 avatar Jun 13 '19 08:06 zhaozhi406

you could fork the project, fix it and send a pull request ;-)

niesfisch avatar Jun 13 '19 10:06 niesfisch

You can try my fork: https://github.com/Adrninistrator/java-callgraph

It can output the result to the specified file.

Adrninistrator avatar Jul 31 '21 14:07 Adrninistrator