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
(Java to kdm discoverer)
(Java to kdm discoverer)
Line 5: Line 5:
  
 
== 0.9 ==
 
== 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 to kdm discoverer ===
 
=== Java to kdm discoverer ===

Revision as of 06:20, 4 November 2010

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


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 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 '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

Back to the top