All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rules.LocalFinalVariableName.md Maven / Gradle / Ivy


Checks the format of local, `final` variable names, including `catch` parameters.

Identifiers must match `^[a-z][a-zA-Z0-9]*$`.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy