Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The DefaultExceptionReporter constructor , prematurely publishes the this reference before construction of the object has concluded. This occurs in the last statement of the constructor (er.setExceptionReporter(this)) which sets the exception reporter. Because it is the last statement of the constructor, this may be misconstrued as benign.

...