Closed GoogleCodeExporter closed 8 years ago
Most of this has been removed.
The exception is "empty()", which is used far too often (100+ references).
Otherwise, it's no longer a "name source", but a "qname to native type, native
type to qname" mapper.
This needs more work, at least 100 steps of which will be rather tedious. Once
that's done, it probably ought to move into the typed API, where all its
remaining meaningful methods are associated.
Original comment by aale...@gmail.com
on 16 Dec 2010 at 9:11
Note that we have made some major strides in removing the NameSource infection.
Another pass or two might clear it up.
Original comment by aale...@gmail.com
on 9 Jun 2011 at 7:31
fixed as its going to get at r266. still does nativetype to qname and qname to
native type mapping; that's all it now does. there's likely to be a better
solution for that (a static on native type that maps qname to instances? and a
non-static method on native type that gives qname?)
Original comment by aale...@gmail.com
on 29 Aug 2011 at 7:03
Original issue reported on code.google.com by
aale...@gmail.com
on 12 Oct 2010 at 4:36