7f8309ba36bb3c47b146f2cacda89d7509fa47f8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type ImmutableList<String> to List<String> in method protected getHeaderLines() : List<String> in class com.puppycrawl.tools.checkstyle.checks.header.AbstractHeaderCheck | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type COMPOUND_ASSIGN_TOKENS : ImmutableSet<Integer> to COMPOUND_ASSIGN_TOKENS : Set<Integer> in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck | From | To | |
Change Attribute Type DECLARATION_TOKENS : ImmutableSet<Integer> to DECLARATION_TOKENS : Set<Integer> in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck | From | To | |
Change Attribute Type ASSIGN_TOKENS : ImmutableSet<Integer> to ASSIGN_TOKENS : Set<Integer> in class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck | From | To |