Is there any tool to help analyze the structure of the code in a java project, either as an eclipse or as a separate one? I think something similar to what Structure101 seems to do, but I'm looking for something for free.
That is, to visualize the dependencies between jars, classes, class hierarchies, etc.
Basically, itβs better to understand the existing code base faster than setting encoding rules or a profile, etc.
source share