[jboss-jira] [JBoss JIRA] Resolved: (LOGMGR-32) NPE in Formatters
David Lloyd (JIRA)
jira-events at lists.jboss.org
Tue Sep 27 15:31:27 EDT 2011
[ https://issues.jboss.org/browse/LOGMGR-32?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd resolved LOGMGR-32.
-------------------------------
Resolution: Done
> 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
>
> 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: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list