Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are
bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<FinalLocalVariableCheck.ScopeData> |
FinalLocalVariableCheck.scopeStack
Scope Deque.
|
Modifier and Type | Method and Description |
---|---|
private static boolean |
FinalLocalVariableCheck.shouldRemoveFinalVariableCandidate(FinalLocalVariableCheck.ScopeData scopeData,
DetailAST ast)
Whether the final variable candidate should be removed from the list of final local variable
candidates.
|