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"

(New page: Software Metric Metamodel (SMM) is a publicly available specification from the Object Management Group ([http://www.omg.org/adm OMG]). Measures are comparable evaluations and, as such, are...)
 
(Redirecting to MoDisco/Components/SMM)
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Software Metric Metamodel (SMM) is a publicly available specification from
+
#REDIRECT[[MoDisco/Components/SMM]]
the Object Management Group ([http://www.omg.org/adm 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 document : [http://www.omg.org/docs/admtf/06-09-03.doc OMG SMM]
+
 
+
== 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|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
+

Latest revision as of 08:35, 7 September 2010

Back to the top