When unmarshalling XML, if an element or attribute is not found in the input
stream, the setter method should not be called for that property. Instead, the
setter is being called with a null value.
(Note that the setter method will continue to be called with a null value for
nil elements.)
Original issue reported on code.google.com by kevin.s...@gmail.com on 12 Aug 2011 at 1:52
Original issue reported on code.google.com by
kevin.s...@gmail.com
on 12 Aug 2011 at 1:52