Community
Participate
Working Groups
Created attachment 204398 [details] The patch Some improvements have to be contributed: + In org.eclipse.emf.compare.ui plugin: - The method getInputObject(TypedElementWrapper) of ModelContentMergeViewer becomes protected. + In org.eclipse.emf.compare.uml2 plugin: - Delete of the bundle-version specification for org.eclipse.uml2.uml and org.eclipse.emf.compare plugin dependencies. - Depreciation of getMatched(EObject, int), getRightSide(), getLeftSide() and getAncestorSide() in UML2DiffEngine. They are replaced by getMatched(EObject, MatchSide). Use of IMatchManager instead of CrossReferencer. - Use of a local reference in createSubTreeOfDiffGroup(DiffGroup, List<EObject>), in AbstractDiffExtensionFactory, instead of the reference of the method parameter. - Use of MatchSide in the extensions factories instead of the deprecated methods of UML2DiffEngine. - Use of UML2Util instead of UMLUtil. + Happy checkstyle for EMF Compare UML2 plugins The patch is in attachments.
Thanks, this has now been committed on master