-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Driven by the need to have a graph of dependencies between projects or groups of projects (modules), I've created a Toolbar action that exports such a graph as GML to be opened in yEd in a branch: projectdependencies.
Unfortunately, I do not have time to work on it at the moment. I would be happy to review changes if anyone wants to pick it up.
Minimum to add to make it shippable:
- UI to define the groupings (based on regex?)
- Option to skip grouping altogether
- Should be a Wizard
- Icon for the action
As an extra, it would be nice to have a graph of project dependencies right in Eclipse, i.e. a new view in the same location as the exising Class Graph and Package Graph. The action to export it could then be moved to the view's toolbar.