Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/Components/Java"

Line 1: Line 1:
{{MoDiscoTabs|Java|
+
{{MoDiscoTabs|Java| {{MoDiscoTab|Java|Documentation|0.7}}{{MoDiscoTab|Java|Documentation|0.8}}{{MoDiscoTab|Java|Documentation|0.9}}{{MoDiscoTab|Java|Architecture|}}}}
{{MoDiscoTab|Java|Documentation|0.7}}{{MoDiscoTab|Java|Documentation|0.8}}{{MoDiscoTab|Java|Documentation|0.9}}{{MoDiscoTab|Java|Architecture|}}
+
}}
+
 
= Overview =
 
= Overview =
 
This plug-in aims at analyzing Java source code compliant with version 3 of "Java Language Specification" from Sun Microsystems and providing a model describing the information found, conforming to the [[MoDisco/Components/Java/Documentation/0.8#Java_Metamodel|Java metamodel]].
 
This plug-in aims at analyzing Java source code compliant with version 3 of "Java Language Specification" from Sun Microsystems and providing a model describing the information found, conforming to the [[MoDisco/Components/Java/Documentation/0.8#Java_Metamodel|Java metamodel]].
Line 12: Line 10:
 
* Frédéric Madiot ([http://www.mia-software.com Mia-Software])
 
* Frédéric Madiot ([http://www.mia-software.com Mia-Software])
 
* Romain Dervaux
 
* Romain Dervaux
 +
 +
{{MoDisco}}
 +
[[Category:MoDisco]]

Revision as of 09:06, 24 February 2011

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

Overview

This plug-in aims at analyzing Java source code compliant with version 3 of "Java Language Specification" from Sun Microsystems and providing a model describing the information found, conforming to the Java metamodel.

A Java model contains the full abstract syntax tree of the Java program: each statement such as attribute definition, method invocation or loop is described. In addition, links between elements are resolved (by resolved link we mean for instance a link between a method invocation and the declaration of this method, or between the usage of a variable and its declaration). The model can thus be seen as an abstract syntax graph (ASG).

Team


MoDisco
Components Infrastructure: KDM · SMM · GASTM · Model Browser · Discovery Manager · MoDisco Workflow · Query Manager · Facet Manager · Metrics Visualization Builder · KDM Source Extension
Technologies: Java · JEE · EjbJar · WebApp · XML
Use Cases: Simple Transformation Chain · Model Filter
Help Installation · SVN
Project API Policy · Retention Policy · Project Plan · metrics · Accessibility Guidelines · Capabilities Disablement

Back to the top