Revision: 4380 http://vexi.svn.sourceforge.net/vexi/?rev=4380&view=rev Author: mkpg2 Date: 2012-04-18 03:46:26 +0000 (Wed, 18 Apr 2012) Log Message: ----------- Fix. Stop on cycle.
Modified Paths: -------------- trunk/org.vexi-library.js/src/main/java/org/ibex/js/JSON.java Modified: trunk/org.vexi-library.js/src/main/java/org/ibex/js/JSON.java =================================================================== --- trunk/org.vexi-library.js/src/main/java/org/ibex/js/JSON.java 2012-04-09 20:26:24 UTC (rev 4379) +++ trunk/org.vexi-library.js/src/main/java/org/ibex/js/JSON.java 2012-04-18 03:46:26 UTC (rev 4380) @@ -22,6 +22,7 @@ } if(avoidCycles.contains(value)){ sb.append("<cycle>"); + return; } avoidCycles.add(value); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn