This Bugzilla instance is deprecated, and most Eclipse projects now use GitHub or Eclipse GitLab. Please see the deprecation plan for details.
Bug 235351 - Tool to find paths between pairs of classes
Summary: Tool to find paths between pairs of classes
Status: CLOSED WONTFIX
Alias: None
Product: Tigerstripe (Archived)
Classification: Technology
Component: Core (show other bugs)
Version: 0.3M1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 0.3M2   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-03 10:46 EDT by John Worrell CLA
Modified: 2012-02-21 09:34 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Worrell CLA 2008-06-03 10:46:41 EDT
I recently had the task of trying to figure out how to navigate from one class to another in the Chameleon model which turned out to take me through about a half-dozen hops and across almost as many diagrams.

So, why not provide a tool, perhaps, an opptional plugin that uses some algorithm such as Dijkstra's SPF to create a temporary diagram showing the classes and the associations that form a path? We could also constrain the algorithm to route through particular intermediates or to exclude intermediates... this would allow the algorithm to be driven by hints to a meaningful path.

We could also or instead of a class diagram generate a skeleton instance-diagram. This could be useful for creating stub instance-models for facets, for creating named-queries, and for checking quickly that an addition or change to the model allows the navigations we want.
Comment 1 Navid Mehregani CLA 2012-02-21 09:34:39 EST
There is already support for this in class diagrams.