Checkstyle Results
The following document contains the results of Checkstyle 10.21.3 with checkstyle/checkstyle.xml ruleset.
Summary
| Files | |||
|---|---|---|---|
| 33 | 0 | 2 | 0 |
Files
| File | |||
|---|---|---|---|
| dev/metaschema/cli/processor/completion/CompletionScriptGenerator.java | 0 | 2 | 0 |
Rules
| Category | Rule | Violations | Severity |
|---|---|---|---|
| coding | VariableDeclarationUsageDistance | 2 |
Details
dev/metaschema/cli/processor/completion/CompletionScriptGenerator.java
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| coding | VariableDeclarationUsageDistance | Distance between variable 'funcName' declaration and its first usage is 19, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 86 | |
| coding | VariableDeclarationUsageDistance | Distance between variable 'funcName' declaration and its first usage is 4, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value). | 148 |
