What's the point of UtilXml.childElementList returning null, if the element to look thru is null? This causes code that calls that function to have to check for a null return; wouldn't it just be better to return an empty list, and then not have to have the rest of the code base cluttered with all these null checks?
- UtilXml.childElementList returning null Adam Heath
- Re: UtilXml.childElementList returning null Tim Ruppert
