christophe-hall / as3-commons

Automatically exported from code.google.com/p/as3-commons
0 stars 0 forks source link

XMLConverter doesn't handle nodes without children mapped to an Array #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Parse an XML node which is registered as an Array but does not have children

Expected.
The Array property on parent object is null.

Result.
XML is parsed as an int and tries to set "0" to Array property

Original issue reported on code.google.com by evangiff...@gmail.com on 10 Dec 2009 at 12:05

GoogleCodeExporter commented 8 years ago
Fixed in 183.

Original comment by evangiff...@gmail.com on 10 Dec 2009 at 12:43