membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
93 stars 73 forks source link

Partial fix for issue #158 where the compare algorithm fails when an Element has changed to a Choice or vice versa #163

Closed ithena closed 11 years ago

ithena commented 11 years ago

The compare algorithm now checks if the 'type' or 'elements' property exist in the to be compared entity before accessing it, avoiding a MissingPropertyException.

A difference is created, but the description is not usable yet. Any suggestions on what a meaningful description could be?

keshavarzi commented 11 years ago

Thank you for your nice job. A meaningful description will be found also soon ;-)