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

< MoDisco‎ | Components‎ | Java
 
(2 intermediate revisions by the same user not shown)
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 ==
+
 
+
=== Java Discoverer API ===
+
 
+
Some unnecessary limitations have been removed for calling java discoverer from Java. It is now possible to specify a set of IJavaProject instances as input (in DiscoveryParametersBean parameter) whatever are the dependances 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 allow to indicate some path to a custom .asm file to use while transforming Java models to Kdm ones.
+
 
+
=== 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