I'm looking for a free tool that shows the dependencies inside a class as a graph.
Fields and methods would be nodes and methods accessing fields would be edges.
The purpose of such a tool would be to help in finding ways to split large classes.
It would be nice if it operates on byte code, so it can be used for other languages on the jvm as well.