foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

FObject.diff: Only call compareTo on property values when it's defined #550

Closed bshepherdson closed 8 years ago

bshepherdson commented 8 years ago

Wondering if this shouldn't instead be calling property.compareProperty(this, other)? I thought this is the kind of thing that method is for.