sshyran / genxdm

Automatically exported from code.google.com/p/genxdm
0 stars 0 forks source link

Use of "==" in org.genxdm.bridgekit.xs.SchemaSupport.subtype(Type,Type) method should use QName comparison #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SchemaSupport.subtype assumes only GenXDM types exists.  That's reasonable, but 
not correct.  Users of GenXDM that have their own type systems may, in fact, 
write adapters or facades for their own types.  So, instead of the "==" 
comparison, we should use a QName comparison.

Also, SchemaSupport is part of the bridgekit, but this change will not effect 
the API.

Original issue reported on code.google.com by joe.bays...@gmail.com on 13 Feb 2013 at 6:13

GoogleCodeExporter commented 8 years ago
r439.  Replaced "==" comparison with QName comparison.

Original comment by joe.bays...@gmail.com on 14 Feb 2013 at 3:59