I need to extract some specific functions from the big old Java Java base in order to turn it into a separate command line application. This code is not documented at all and is not very modular or even clear. Therefore, it is very difficult for me to figure out what I need to save.
Basically I need a dependency tree listing all the direct or indirect dependencies of this * .java file. (Preferably, I would like this list to be in a format that I can save in a text file, unlike some tree with a graphical user interface with markup that does not copy features, with split-based nodes ...)
I use Eclipse for this detective work. I'm a newbie to Eclipse, but I suppose there might be Eclipse tricks / tools for doing this kind of operations with less effort.
Any suggestions (using Eclipse or otherwise) will be appreciated.
source
share