This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Cleaner stacktraces and diagnostics
- From: Andrew Haley <aph at redhat dot com>
- To: Mark Wielaard <mark at klomp dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: Fri, 11 Feb 2005 18:08:35 +0000
- Subject: Re: Cleaner stacktraces and diagnostics
- References: <1108087880.6505.35.camel@localhost.localdomain>
I think you've spoiled the diagnostics.
With your patch, a failure to find a class will return only the
classpath of the final loader that tried to find the class. But the
user needs to see all the classpaths that were searched, not just the
last one.
Andrew.