run haetae [message #1740285] |
Thu, 11 August 2016 04:27  |
Eclipse User |
|
|
|
How can I use haetae for static analysis of ETL ?
Can it fully detect errors for both declarative and imperative part of ETL?
|
|
|
|
|
Re: run haetae [message #1744216 is a reply to message #1740456] |
Fri, 23 September 2016 08:13   |
Eclipse User |
|
|
|
To use Haetae, you need to go to the Preference settings in Eclipse, under Epsilon, tick "enable static analysis (experimental)". At the same time, under Epsilon Haetae, tick "Enable Epsilon Haetae (experimental)".
Haetae will take effect when these settings are applied.
You should register your metamodel before you declare it in your program. To do so, right click on Tree.ecore and select "register EPackages" from the menu.
You should declare your metamodel using the NSURI of Tree.ecore, if you are not sure what it is, In Eclipse, click Window -> Show View -> Other and search for "EPackage Registry", the registered Tree.ecore should be in the registry. What you need to enter is the nsuri. For example:
model Tree driver EMF {nsuri="http://www.eclipse.org/emf/2002/Tree"};
I hope this helps.
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.51535 seconds