eclipse-diffmerge / org.eclipse.emf.diffmerge.core

Eclipse Public License 2.0
3 stars 7 forks source link

Soften constraints of IMatchPolicy #22

Closed eclipse-diffmerge-bot closed 3 years ago

eclipse-diffmerge-bot commented 3 years ago

For performance reasons, IMatchPolicy imposes to associate IComparables to model elements as match IDs. It may be better to just accept Objects and support the provision of an optional IComparator. This would allow implementers to experiment without caring about performance at an early stage.

🆔 ECLIPSE-416241 👷 olivier.constant 📅 2013-08-30

eclipse-diffmerge-bot commented 3 years ago

olivier.constant commented on 2013-09-05

Done. Now getMatchID may return any Object.

olivier.constant commented on 2014-08-19

Closing.