Bug 393037 - org.eclipse.gmt.modisco.java.generation specifies invalid extension point
Summary: org.eclipse.gmt.modisco.java.generation specifies invalid extension point
Status: NEW
Alias: None
Product: MoDisco
Classification: Modeling
Component: Technologies (show other bugs)
Version: 0.10.1   Edit
Hardware: PC Windows 7
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-29 09:38 EDT by Andreas Brieg CLA
Modified: 2012-12-19 09:02 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Brieg CLA 2012-10-29 09:38:48 EDT
The discoverer org.eclipse.gmt.modisco.java.generation.actions.GenerateJavaModel is currently registered under the wrong extension point "org.eclipse.gmt.modisco.discoverers". But the extension point to be used is "org.eclipse.modisco.infra.discovery.core.discoverer".

I want to generate java source from a discovered and modified java model. But currently I'm unable to do that, because the GenerateJavaModel discoverer is not found.

I'm using Indigo.
Comment 1 Andreas Brieg CLA 2012-10-31 03:25:50 EDT
Workaround:

I created a new discoverer that does the same as 'org.eclipse.gmt.modisco.java.generation', but is based on the new API. That is only a handful of lines to write. I will see if I can contribute that plugin.


Still I wonder,  why this plugin has been released with 0.10.1 if everything from the org.eclipse.gmt.modisco plugins/packages is deprecated?