TIBCOSoftware / genxdm

GenXDM: XQuery/XPath Data Model API, bridges, and processors for tree-model neutral access to XML.
http://www.genxdm.org/
9 stars 4 forks source link

DomCompatibility.listFromIterable throws NPE #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the org.genxdm.compat.DomCompatibility.listFromIterable method is given a 
null argument, it will throw an NPE.  We should simply return an empty list in 
such cases.

(Note: although this defect is tagged with the Component-API label, it really 
is related only to DOM.  But, the code itself lives in the core; hence, the 
label.)

Original issue reported on code.google.com by joe.bays...@gmail.com on 30 Jan 2012 at 2:45

GoogleCodeExporter commented 9 years ago
Fixed in revision 302.

Original comment by joe.bays...@gmail.com on 30 Jan 2012 at 2:49

GoogleCodeExporter commented 9 years ago
This is fixed.  See previous comment.

Original comment by joe.bays...@gmail.com on 3 Feb 2012 at 5:23