Community
Participate
Working Groups
Build ID: M20071023-1652 It should be great to have access to the implementation of default mergers (to extends them for example).
The default mergers are not yet fully operational, and we need to at least finish bug 269152 before opening this as API
The default mergers are available, though through discouraged accesses. Some of the classes they rely on are not meant (nor are they designed) to be subclassed or otherwise used by third-party code. The incoming restructuration aims at placing the mergers at the "diff" level instead of having the merging as an external operation. The whole merger API should therefore be a lot more accessible when bug 373245 is done with.
The mergers API of EMF Compare 1.* have been opened for a while. Mergers for EMF Compare 2 are a method of the Diff itself, so they can be simply subclassed. Further refinings of this as an API are planned for the year.
The "further refining" will come with bug 398863