Skip to content

Update Violation Message in Input files for FallThroughCheck #13552

@Kevin222004

Description

@Kevin222004

Check :- https://checkstyle.org/checks/coding/fallthrough.html#FallThrough

We violation messages:

fall.through=Fall through from previous branch of the switch statement.
fall.through.last=Fall through from the last branch of the switch statement.

We need update all the Input files to not mention the keyword "fall through" in the violation message

We might use Fall\ through from the previous branch of the switch statement (escaping of space) to not let Check to consider it as a violation as it is not matching.

From :- #12966

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions