-
Bug
-
Resolution: Done
-
Minor
-
7.0.0.Final
-
None
ModelTestUtils.trimUndefinedChildren uses an 'undefined' var to track whether all fields in an ModelType.OBJECT node are undefined. But it does not reset the var before moving on to the next object, so the results from one node pollute the processing of the next.