This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cleaner stacktraces and diagnostics


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]