in reply to Re: java inline printstacktrace
in thread java inline printstacktrace

Sounds like ->getMessage(), java::io::StringWriter::new or java::io::PrintWriter::new was using eval and clobbering $@, thus the need to copy it.

Replies are listed 'Best First'.
Re^3: java inline printstacktrace
by kennethk (Abbot) on Mar 31, 2010 at 15:02 UTC
    That was the theory put forward on the Inline mailing list.