|
Re: equalityHelperExtensionProvider extension point ignored [message #1834695 is a reply to message #1834473] |
Mon, 16 November 2020 10:02 |
|
Hello,
The equalityHelperExtensionProvider is not meant for use to replace the equality helper, but to add new kind of mapping rules to it. There are currently no extension point to completely replace the equality helper, but you could go the long way and replace the match engine by your own (org.eclipse.emf.compare.rcp.matchEngine extension point). You can simply provide your own MatchEngine.Factory with a higher ranking than the default and change the equality helper we're using to create it. Overriding org.eclipse.emf.compare.match.impl.MatchEngineFactoryImpl and changing the org.eclipse.emf.compare.match.impl.MatchEngineFactoryImpl.getMatchEngine() implementation should get you the expected result.
Regards,
Laurent Goubet
Obeo
|
|
|
|
Powered by
FUDForum. Page generated in 0.03941 seconds