]
David Lloyd updated LOGMGR-32:
------------------------------
Fix Version/s: 1.2.1.GA
1.3.0.Beta1
NPE in Formatters
-----------------
Key: LOGMGR-32
URL:
https://issues.jboss.org/browse/LOGMGR-32
Project: JBoss Log Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.2.0.GA
Reporter: Stuart Douglas
Assignee: David Lloyd
Fix For: 1.2.1.GA, 1.3.0.Beta1
In Formatters on line 452 there is a line:
exceptionClass.getProtectionDomain().getCodeSource().getLocation()
which can cause a NPE. This NPE then gets swallowed by:
catch (Throwable t) {
// ignore
}
This makes is extremely difficult to set a NPE breakpoint when debugging, as it keeps
getting tripped by there spurious exceptions.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: