There is an Eclipse's Dependency Visualization tool inside the Eclipse Incubator project: Plug-in
org.eclipse.pde.visualization.dependency_1.0.0.20110531
which displays dependencies of plug-ins. This is exactly what I need. Here is the visualization of one of the products:(The yellow and green bounding boxes were added manually and indicate parts of the architecture.) The tool's main use is to identify unresolved plug-ins, a common problem in large applications. While you find unresolved plug-ins by running the application, the tool helps even before the application is launched. For more information see this article on developerWorks about the use of the Dependency Visualization. The latest version of the plug-in, including its download for Eclipse 3.5.x, is available at the testdrivenguy's blog.
No comments:
Post a Comment