Description
That method appends the string representation of each of its children to a string builder. This goes OOM with millions of child nodes. I suggest to cap the number of nodes that method prints.
That method appends the string representation of each of its children to a string builder. This goes OOM with millions of child nodes. I suggest to cap the number of nodes that method prints.