isChildren predicate doesn't ensure children are non-null
Basics
Technical
Logistics
Basics
Technical
Logistics
Description
When the predicate for determining if an object has child objects is invoked, it returns true even if all the child objects are actually NULL pointers/placeholders. This throws off many of the validators that are supposed to fail on empty elements.
When the predicate for determining if an object has child objects is invoked, it returns true even if all the child objects are actually NULL pointers/placeholders. This throws off many of the validators that are supposed to fail on empty elements.