0a70130d577d392c0100fee2807986bc6c811b02
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 4 | ||
Change Attribute Type parameterNamesStack : FastStack<Set<String>> to parameterNamesStack : Deque<Set<String>> in class com.puppycrawl.tools.checkstyle.checks.coding.ParameterAssignmentCheck | From | To | |
Change Attribute Type contextStack : FastStack<Context> to contextStack : Deque<Context> in class com.puppycrawl.tools.checkstyle.checks.coding.ReturnCountCheck | From | To | |
Change Attribute Type contextStack : FastStack<Context> to contextStack : Deque<Context> in class com.puppycrawl.tools.checkstyle.checks.sizes.ExecutableStatementCountCheck | From | To | |
Change Attribute Type contextStack : FastStack<Context> to contextStack : Deque<Context> in class com.puppycrawl.tools.checkstyle.checks.metrics.AbstractClassCouplingCheck | From | To |