Opened 20 years ago
Closed 17 years ago
#84 closed task (fixed)
find out module/class dependencies in ANUGA
| Reported by: | duncan | Owned by: | ole |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | Architecture and API | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It would be good to know what code depends on what other code in ANUGA. Find a tool to automatically generate this information.
Change History (5)
comment:1 Changed 19 years ago by
| Priority: | normal → lowest |
|---|
comment:2 Changed 17 years ago by
| Owner: | changed from Duncan to rwilson |
|---|
comment:3 Changed 17 years ago by
| Type: | defect → task |
|---|
The scripts are documented here: http://www.tarind.com/depgraph.html
comment:4 Changed 17 years ago by
| Owner: | changed from rwilson to ole |
|---|
ANUGA customisation was completed in changeset:6115
comment:5 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Added tools to generate dependency graph in changeset:5456 - it worked but showed everything including Python libraries. One of the classes has to be tweaked to only show dependencies internal to ANUGA otherwise the diagram gets too unwieldy.