Dependency management
You are probably reasonably familiar with the dependencies that are close to your project code, such as which methods call which other methods, which classes extend which other classes. But what does the big picture look like? How do all the code-level dependencies affect dependencies at the higher abstraction levels? As you browse the hierarchy, structure101's dependency management capability automatically generates and lays out dependency graphs instantly.
| Figure: Jar-level dependencies (contents of a deployment). Full screenshot | |
|
Figure: Package-level dependencies (contents of a higher-level package).
Full screenshot |
|
|
Figure: Class-level dependencies (contents of a package).
Full screenshot |
|
|
Figure: Method-level dependencies (contents of a class).
Full screenshot |
|


