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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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