459ad8a44ad56b72cc91f6293e6ef48aa519acda
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private visitTypeParameters(nodes List<TypeParameter>, plusIndent Indent, breakAfterOpen BreakOrNot) : void renamed to private typeParametersRest(typeParameters List<TypeParameter>, plusIndent Indent) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor | From | To | |
| Rename Variable | 1 | ||
| Rename Variable node : TypeParameter to typeParameter : TypeParameter in method private typeParametersRest(typeParameters List<TypeParameter>, plusIndent Indent) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter nodes : List<TypeParameter> to typeParameters : List<TypeParameter> in method private typeParametersRest(typeParameters List<TypeParameter>, plusIndent Indent) : void in class com.google.googlejavaformat.java.JavaInputAstVisitor | From | To |