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/Components/Java/New And Noteworthy"

< MoDisco‎ | Components‎ | Java
 
Line 1: Line 1:
{{MoDiscoTabs|Java| {{MoDiscoTab|Java|Documentation|0.7}}{{MoDiscoTab|Java|Documentation|0.8}}{{MoDiscoTab|Java|Documentation|0.9}}{{MoDiscoTab|Java|Architecture|}}}}
+
#REDIRECT&nbsp;[[MoDisco/Moved To Help Center]]
 
+
 
+
== 0.9 ==
+
 
+
=== New Java Discoverer conforming to new Discovery framework ===
+
 
+
The discoverer framework has been refactored to satisfy new requirements, including some simplification for adopters and developers. Existing discoverer implementations have be migrated to this new framework. Old discoverer implementations have been deprecated.
+
 
+
=== Java Discoverer API ===
+
 
+
Some unnecessary limitations have been removed for calling the java discoverer from Java. It is now possible to specify a set of IJavaProject instances as input, whatever the dependencies between these java projects.
+
 
+
=== Java Generation API ===
+
 
+
org.eclipse.gmt.modisco.java.generation.files.GenerateJavaExtended becomes the main public API. So Generate_JavaStructures is deprecated.
+
 
+
=== Java to KDM discoverer ===
+
An additional discoverer parameter allows to indicate some path to a custom .asm file to use while transforming Java models to KDM models.
+
 
+
=== Java Discovery filters ===
+
Discovery filters are improved using regular expressions for types and packages to exclude/include.
+
 
+
== 0.8 ==
+
 
+
=== Java generation ===
+
A [[MoDisco/Components/Java/Documentation/0.8#Java_Generation|'Java Generation']] plugin is available.
+
The aim is to provide Java code generation from a Java model.
+
Such a generation will participate to Legacy Refactoring & Migration chains.
+
 
+
=== Java discovery filters ===
+
Java Discovery parameters are completed with a Java filter field which allows to exclude some Java packages from discovery. This feature will be convenient when dealing with a large amount of Java source in one single Java project.
+
 
+
== 0.7 ==
+
 
+
Initial publication
+
 
+
{{MoDisco}}
+
[[Category:MoDisco]]
+

Latest revision as of 11:17, 2 April 2012

  1. REDIRECT MoDisco/Moved To Help Center

Back to the top