Is there a way to find all the class dependencies of a java Main class?
I have been manually sifting through the imports of the Main class and it's imports but then realised that, because one does not have to import classes that are in the same package, I was putting together an incomplete list.
This should be recursive (perhaps to a defined depth).