I wonder if this tool can analyze calls to dependencies in the pom.xml of program analyzed. I tried and found all result only contained calls to its own classed or Java core packages like java.lang, java.io.
If not, is it feasible to create an executable JAR with dependencies using Maven and process this JAR with the javacg-0.1-SNAPSHOT-static.jar ?
Could someone please tell me how to make that? Thanks a lot!