Bug 502573

Summary: Replace IRegistryChangeListener by IRegistryEventListener
Product: [Modeling] Sirius Reporter: Laurent Redor <laurent.redor>
Component: CoreAssignee: Project inbox <sirius.core-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: steve.monnier
Version: 0.9Keywords: triaged
Target Milestone: ---   
Hardware: PC   
OS: Windows NT   
Whiteboard:

Description Laurent Redor CLA 2016-09-29 10:00:36 EDT
During a analysis of another subject, I noticed that I have a problem from a IRegistryChangeListener. I copied the existing EditingDomainFactoryRegistryListener in Sirius. But there is a problem in my copy. I then replaced IRegistryChangeListener by IRegistryEventListener (as explains in javadoc of IRegistryChangeListener) and it is OK.

I think we must check all the dynamic aspect of Sirius extension point (all classes implementing IRegistryChangeListener ).