<div dir="ltr">Damn, you are right!<br>I&#39;m not watching out for 1.5 since I have a &gt;=1.5 requirement for Lilith.<br><br>There&#39;s still a problem with your deeplyAppendParameter method: It&#39;s not handling recursive arrays yet.<br>
<br>While this isn&#39;t a terribly realistic case it would cause a stack overflow at the moment. Take a look at the 1.5 implementation of deepToString, it&#39;s using a HashSet (called dejaVu :D) to prevent this.<br><br>
Yes, I&#39;m watching your code... I hope that doesn&#39;t make you paranoid ;)<br><br>Joern.<br><br><div class="gmail_quote">On Fri, Aug 1, 2008 at 4:18 PM, Ceki Gulcu <span dir="ltr">&lt;listid@qos.ch&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><br>
<br>
Jörn Huxhorn wrote:<br>
&gt; And I just found out that it would be more appropriate to use<br>
&gt; Arrays.deepToString((Object[]) o); in case of Object[].<br>
<br>
</div>Right, except that deepToString is JDK 1.5. Double yikes.<br>
<div class="Ih2E3d"><br>
--<br>
Ceki Gülcü<br>
<br>
QOS.ch is looking to hire talented developers located in Switzerland<br>
to work on cutting-edge software projects. If you think you are<br>
qualified, then please contact ceki@qos.ch.<br>
_______________________________________________<br>
</div><div><div></div><div class="Wj3C7c">dev mailing list<br>
<a href="mailto:dev@slf4j.org">dev@slf4j.org</a><br>
<a href="http://www.slf4j.org/mailman/listinfo/dev" target="_blank">http://www.slf4j.org/mailman/listinfo/dev</a><br>
</div></div></blockquote></div><br></div>