membrane / soa-model

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

Difference.breaks() and Difference.safe() both return null instead of boolean #193

Closed ithena closed 10 years ago

ithena commented 10 years ago

Difference.breaks() and Difference.safe() both return null in a lot of cases. While I would expect them to always return opposite booleans.

predic8 commented 10 years ago

Kaveh was working on this. I think he will push some code end of january.

keshavarzi commented 10 years ago

@ithena The decision for breaks/safe in for schema changes makes only sense if the comparison is from a WSLD operation. So the return type of Difference.breaks() and Difference.safe() has changed and if it is null, there is no information about the interface.

ithena commented 10 years ago

Ok, thx for the information.