kemitix-checkstyle-ruleset/builder/src/main/resources/rules/VariableDeclarationUsageDistance.md

4 lines
293 B
Markdown

Checks that a variable declaration and its first usage are not more than 3 lines. Blocks of initialisation methods don't count toward this total.
See the official [Checkstyle documentation](http://checkstyle.sourceforge.net/config_coding.html#VariableDeclarationUsageDistance) for examples.