ideas - RonZhong2009/jdeps_method GitHub Wiki
To be honest, I am not very familiar with Java code. I have to try what I can do at first.
- after removing the dependency jar file, the referenced symbols can not be recognized at all. No method signature as it supposed, like this:
[ERROR] /E:/javaext_trunk/javaext/javaext-common/src/main/java/com/test/world/api/service/SessionCacheManager.java:[27,39] package com.hii.world.deployServer does not exist
[ERROR] /E:/javaext_trunk/javaext/javaext-common/src/main/java/com/test/world/api/event/listener/ApiSessionListener.java:[87,37] cannot find symbol
symbol: class deployServer
location: class com.test.world.api.event.listener.ApiSessionListener
[ERROR] /E:/javaext_trunk/javaext/javaext-common/src/main/java/com/test/world/api/service/SessionCacheManager.java:[35,12] cannot find symbol
Next step is:
sort out all the method signatures, then check if we could identify what we need when classloader to find that in compiling current project, and marked those methods, print them at the end.