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

MoDisco/Components/EclipsePlugin

MoDisco
Website
Download
Community
Mailing ListForums
Bugzilla
Open
Help Wanted
Bug Day
Contribute
Browse SourceProject Set File

Overview

This plug-in aims at analyzing Eclipse plug-ins source code developped for Eclipse 3.x versions.

The model of an Eclipse plug-in refers to several other models which describe the main artifacts of a plug-in:

  • Java source code
  • Manifest.mf file
  • plugin.xml file
  • .classpath file
  • .project file
  • build.properties file
  • bundle.properties file
  • plugin.properties file
  • the organization of the plug-in in terms of folder and files

This model and its related models are constructed automatically by a dedicated discoverer.

Eclipseplugin discoverer.PNG

Team

Back to the top