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 "MoDisco/SMM"

(Install)
Line 18: Line 18:
 
* a version of Eclipse 3.3 or above with the following set of plugins installed
 
* a version of Eclipse 3.3 or above with the following set of plugins installed
 
:* [[EMF|EMF]] 2.3.0 or higher
 
:* [[EMF|EMF]] 2.3.0 or higher
 
 
== Install ==
 
 
You will find a version of this plug-in attached in [https://bugs.eclipse.org/bugs/show_bug.cgi?id=263643 following bug].
 
 
As IP review of this plugin is not finished, here is installation instructions :
 
 
* Extract archive file in your Eclipse workspace, then use "import" menu to import this project.
 
* Use "export" menu to export this project as a plugin (Deployable plugins and fragments) in your Eclipse installation. Don't forget to choose "Package plug-ins as individual jar archives" option.
 
* re-start your Eclipse to take in account this plug-in
 

Revision as of 11:21, 1 December 2009

Software Metric Metamodel (SMM) is a publicly available specification from the Object Management Group (OMG). Measures are comparable evaluations and, as such, are critical to software engineering and architecture driven modernization. Software measurement methods produce comparable evaluations of software or application artifacts . Counts such as number of screens, lines of code, number of methods, etc. all quantify the size of artifacts along a single dimension ... Goal of SMM is to facilitate the interoperability of measurements of software artifacts.

See more on dedicated documents : SMM specifications, SMM request for proposal

Requirements

To use the plug-in you need:

  • JDK 1.5 or above
  • a version of Eclipse 3.3 or above with the following set of plugins installed
  • EMF 2.3.0 or higher

Back to the top