You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/06/18 18:55:32 UTC

svn commit: r669218 - /geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultShell.java

Author: jdillon
Date: Wed Jun 18 09:55:32 2008
New Revision: 669218

URL: http://svn.apache.org/viewvc?rev=669218&view=rev
Log:
Comment about the error display truncating child bits of a trace

Modified:
    geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultShell.java

Modified: geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultShell.java
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultShell.java?rev=669218&r1=669217&r2=669218&view=diff
==============================================================================
--- geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultShell.java (original)
+++ geronimo/gshell/trunk/gshell-rapture/src/main/java/org/apache/geronimo/gshell/rapture/DefaultShell.java Wed Jun 18 09:55:32 2008
@@ -323,6 +323,10 @@
 
                 buff.append("|)");
 
+                //
+                // FIXME: This does not properly display the full exception detail when cause contains nested exceptions
+                //
+                
                 io.err.println(buff);
 
                 buff.setLength(0);