Menu

#1 Cycle detection

open
nobody
None
5
2006-12-26
2006-12-26
chkno
No

"stringification will never infinitely recurse because cycles in the object graph are automatically detected and result in limiting the depth at the point where the cycle is detected."

but

Object[] c = new Object[1];
c[0] = c;
Jestr.str(c);

hangs.

Discussion


Log in to post a comment.