Skip to content

Files

Latest commit

 

History

History
20 lines (11 loc) · 440 Bytes

LocalFinalVariableName.md

File metadata and controls

20 lines (11 loc) · 440 Bytes

Pattern: Invalid local final variable name

Issue: -

Description

Validates identifiers for local, final variables, including catch parameters and resources in try statements.

Examples

To configure the check:

<module name="LocalFinalVariableName"/>

Further Reading