XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.2.1.GA, 1.3.0.Final
    • 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.

            dlloyd@redhat.com David Lloyd
            sdouglas1@redhat.com Stuart Douglas
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: