Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Detect ignored exception which is not logged #7

@KengoTODA

Description

@KengoTODA

Sometimes we ignore exception without intention. For instance,

before():
try {
  someMethod();
} finally {
  after();
}

If both of someMethod() and after() throws Exception, we will lose exception which is thrown by someMethod(). It will make debug/maintenance difficult.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions