-
Bug
-
Resolution: Done
-
Major
-
1.2.0.GA
-
None
-
None
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.