Our team is being required to document every method in our code, and describe what's getting passed in and out and such. Is it possible to auto-generate a document containing a full call hierarchy tree starting at a function and going down to all the possible call expansions? How? Using eclipse, spring, hibernate. Also we have access to Netbeans, and anything else that would help.
I know it's completely unnecessary, but sometimes we find ourselves in these situations and can't do much about it :-).
Basically I need a java call graph generator, I think the reason I can't find one is because virtual functions prevent static analysis?