big-andy-coates / populace

Test utility to recursiving populate object graphs
Apache License 2.0
0 stars 0 forks source link

#Pop-30 Basic circular reference checking. #49

Closed big-andy-coates closed 9 years ago

big-andy-coates commented 9 years ago

No longer visits the fields on an instance that is within the walk stack. Instances previously seen in other legs of the walk tree are visited again.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.18%) to 98.41% when pulling 9335256d6290abbe26eb7a150b3f451b1ec1841d on feature/Pop-30-cirucular-ref-checking into 04af209863bc9bf1c3f44de37e46b6bdb96436b4 on master.

big-andy-coates commented 9 years ago

Better solution found in PR #50