Skip to content

3.x: Add validator to check the existence of throwIfFatal in a catch block #6796

@akarnokd

Description

@akarnokd

Scan src/main/java for the following pattern:

} catch (Throwable 
Exceptions.throwIfFatal(

however, allow free pass for

} catch (Throwable 
// Exceptions.throwIfFatal(

As an indicator the fatals are handled in other ways.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions