somranjan / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 0 forks source link

Setter method should not be invoked for missing elements and attributes when unmarshalling XML #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed for 1.2.0.

Original comment by kevin.s...@gmail.com on 6 Sep 2011 at 11:28

GoogleCodeExporter commented 8 years ago

Original comment by kevin.s...@gmail.com on 9 Sep 2011 at 1:40