b0493771961c1fd89c96271b397da62699877551
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private isStaticFieldHiddenFromAnonymousClass(nameAST DetailAST, name String) : boolean renamed to private isInstanceField(ast DetailAST, name String) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck | From | To | |
Extract Variable | 1 | ||
Extract Variable currentVariables : Deque<String> in method private checkIdent(ast DetailAST) : void from class com.puppycrawl.tools.checkstyle.checks.coding.ModifiedControlVariableCheck | From | To | |
Rename Parameter | 1 | ||
Rename Parameter nameAST : DetailAST to ast : DetailAST in method private isInstanceField(ast DetailAST, name String) : boolean in class com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck | From | To |