bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/26668] java.util.logging bugs


From: mark at gcc dot gnu dot org
Subject: [Bug classpath/26668] java.util.logging bugs
Date: 15 Mar 2006 13:35:45 -0000


------- Comment #3 from mark at gcc dot gnu dot org  2006-03-15 13:35 -------
Comment on 2. Errors occurring during instantiation of the LogManager were
masked due to insuficiently granular exception handling. The patch modifies the
implementation to handle all the different exceptions that can occur and report
each one with a distinct error message.

This is indeed nice to have during debugging, but do you really expect these
warnings to be printed to stderr? We could try to use the Logging framework,
but, well, that is what we are trying to initialize... We should at least route
all errors through the new warn() method. So we can turn this on/off globally
(or reroute to something different than System.err).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26668





reply via email to

[Prev in Thread] Current Thread [Next in Thread]