|
Change Attribute Type currentVariables : FastStack<String> to currentVariables : Deque<String> in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck |
From |
To |
|
Change Attribute Type counters : FastStack<Counter> to counters : Deque<Counter> in class com.puppycrawl.tools.checkstyle.checks.metrics.JavaNCSSCheck |
From |
To |
|
Change Attribute Type configStack : FastStack<DefaultConfiguration> to configStack : Deque<DefaultConfiguration> in class com.puppycrawl.tools.checkstyle.ConfigurationLoader |
From |
To |
|
Change Attribute Type stack : FastStack<PkgControl> to stack : Deque<PkgControl> in class com.puppycrawl.tools.checkstyle.checks.imports.ImportControlLoader |
From |
To |
|
Change Attribute Type valueStack : FastStack<BigInteger> to valueStack : Deque<BigInteger> in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractComplexityCheck |
From |
To |
|
Change Attribute Type counters : FastStack<MethodCounter> to counters : Deque<MethodCounter> in class com.puppycrawl.tools.checkstyle.checks.sizes.MethodCountCheck |
From |
To |
|
Change Attribute Type classes : FastStack<ClassDesc> to classes : Deque<ClassDesc> in class com.puppycrawl.tools.checkstyle.checks.design.FinalClassCheck |
From |
To |
|
Change Attribute Type scopeStates : FastStack<ScopeState> to scopeStates : Deque<ScopeState> in class com.puppycrawl.tools.checkstyle.checks.coding.DeclarationOrderCheck |
From |
To |
|
Change Attribute Type handlers : FastStack<ExpressionHandler> to handlers : Deque<ExpressionHandler> in class com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck |
From |
To |
|
Change Attribute Type variableStack : FastStack<FastStack<String>> to variableStack : Deque<Deque<String>> in class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck |
From |
To |
|
Change Attribute Type checkingStack : FastStack<Boolean> to checkingStack : Deque<Boolean> in class com.puppycrawl.tools.checkstyle.checks.design.MutableExceptionCheck |
From |
To |