Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.1-incubating-core-SNAPSHOT, 2.0.0-incubating-core-SNAPSHOT
-
None
-
None
Description
Now that we use ResourceBundles for our loggers so we can have
translations, it seems that we can get NPEs if you log a Throwable
where t.getMessage() returns null, as the underlying java.util.logging.Formatter
formatMessage() code handles MissingResourceExceptions but not
NullPointerExceptions when it calls into the ResourceBundle.