-
Notifications
You must be signed in to change notification settings - Fork 176
Issue with circular #52
Copy link
Copy link
Closed
Milestone
Description
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?
Reactions are currently unavailable