Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6
-
None
-
None
Description
When visiting a child the key is aggregated to have the child node name, and a call to visitBeforeChildren and grandChildren's visits are made.
However, before calling visitAfterChildren, the resetting of the key to that of it's parent's, seems inconsistent.
Last lines in visit(NodeVisitor visitor, ConfigurationKey key)
if (key != null)
{ key.setLength(length); }visitor.visitAfterChildren(this, key);