Default Comparison Scope in v3.1.0 [message #1391072] |
Mon, 30 June 2014 08:02  |
Eclipse User |
|
|
|
Hi,
today I tried to migrate my tool to Luna and I recognized that one line in my old code is deprecated:
Comparison comparison = comparator.compare(EMFCompare.createDefaultScope(originalModel, fakeRefactoredModel));
I just want to ask if the convenient replacement of the above (in EMF Compare version 3.1.0) is as follows?:
DefaultComparisonScope scope = new DefaultComparisonScope(originalModel, fakeRefactoredModel, null);
Comparison comparison = comparator.compare(scope);
Is there some document illustrating version migration issues?
cheers,
Jan
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04933 seconds