Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Plug-in Dependency Visualization"

(Accessing the code)
(The Project)
Line 2: Line 2:
  
 
== The Project ==
 
== The Project ==
 +
The dependency visualization aims to provide a set of views to assist with plug-in dependency analysis tasks. In particular, the views will provide cognitive support to people as they attempt to understand the dependencies between their plug-ins.
 +
 +
For a complete description of the view, please visit the [http://www.eclipse.org/pde/incubator/dependency-visualization/index.php project website].
  
 
== Accessing the code ==
 
== Accessing the code ==
  
 
Look [http://www.eclipse.org/pde/incubator/dependency-visualization/getsource.php here] for a complete description of how to access the code for the PDE Dependency View
 
Look [http://www.eclipse.org/pde/incubator/dependency-visualization/getsource.php here] for a complete description of how to access the code for the PDE Dependency View

Revision as of 15:55, 23 April 2007

Understanding dependencies between plug-ins in Eclipse is a complex task. The current plug-in dependency analysis tools available in Eclipse are restricted to simple tree views with drill-down support. This project aims at adding visualization support to the Eclipse Plug-in Development Environment (PDE) in order to help provide cognitive support to developers as they analyze their plug-in dependencies.

The Project

The dependency visualization aims to provide a set of views to assist with plug-in dependency analysis tasks. In particular, the views will provide cognitive support to people as they attempt to understand the dependencies between their plug-ins.

For a complete description of the view, please visit the project website.

Accessing the code

Look here for a complete description of how to access the code for the PDE Dependency View

Back to the top