Reports any calls to Throwable.initCause() where the exception constructor also takes a Throwable cause argument. In this case the initCause() call can be removed and its argument added to the call to the exception's constructor.

New in 16