In BeanDiffer i've got a property node with a toString of:
DefaultNode(state=CIRCULAR, type=java.util.Collection, no children, accessed via property 'structureDiagram')
In print visitor it says:
Property at path '/xxxxx' has already been processed at another position. (Circular reference!) (Circular reference detected: The property has already been processed at another position.)
What I would expect here instead is for it to have the previous diff reported or some reference to the node that had previously been processed.
Is that possible?
In BeanDiffer i've got a property node with a toString of:
DefaultNode(state=CIRCULAR, type=java.util.Collection, no children, accessed via property 'structureDiagram')
In print visitor it says:
Property at path '/xxxxx' has already been processed at another position. (Circular reference!) (Circular reference detected: The property has already been processed at another position.)
What I would expect here instead is for it to have the previous diff reported or some reference to the node that had previously been processed.
Is that possible?