| Ignore differences on attribute 'x' on elements of type 'y' [message #1021814] |
Wed, 20 March 2013 14:17  |
Felix Dorner Messages: 10 Registered: March 2012 |
Junior Member |
|
|
For a custom comparison, I want to ignore any difference for an EAttribue 'x', but only on elements of type 'Y',
Say I have a type hierarchy like this:
class a {
name : String
}
class c extends a { }
class b extends a { }
I want to write an IDiffPolicy that ignores differences in 'name' but only if the owning element "is a" c.
|
|
|
|
Powered by
FUDForum. Page generated in 0.01409 seconds