| MG wrote: | | I am looking for a tool that provides the analysis of package dependencies. | | So if you have the classes package1.A and package2.B and an association | from A -> B, then the tool should tell me, that the package1 depends on | package2, without the need to specify this explicitly. | | IBL wrote: | | Here is how to do this in the Internet Business Logic System. | | (You can write additional rules to recursively walk a hierarchy, | and to make nested indented display of answers. | Please see the online tutorials and examples) the item some-item1 has a dependency on the item some-item2 that-item1 is included the package some-package1 that-item2 is included the package some-package2 -------------------------------------------------------------- the package that-package1 depends on the package that-package2 this-item is included the package this-package ============================================== A pack1 B pack2 the item this-item1 has a dependency on the item this-item2 =========================================================== A B