Reports super.tearDown() calls which are not performed inside a finally block.
If there are other method calls in the tearDown() method, which may throw
an exception before the super.tearDown() call, this may lead to inconsistencies and leaks.
New in 15