917a3f9525afa84cbcfe54fff1bbf1f7802bdf68
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable rhsTypeQualifiedName : String to newLhsTypeQualifiedName : String in method public matchVariable(tree VariableTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.MutableConstantField | From | To | |
| Rename Variable immutableType : Type to newLhsType : Type in method public matchVariable(tree VariableTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.MutableConstantField | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable lhsType : Type to type : Type in method private getTypeQualifiedName(type Type) : String in class com.google.errorprone.bugpatterns.MutableConstantField | From | To | |
| Extract Method | 2 | ||
| Extract Method private isImmutableType(type Type) : boolean extracted from public matchVariable(tree VariableTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.MutableConstantField | From | To | |
| Extract Method private getTypeQualifiedName(type Type) : String extracted from public matchVariable(tree VariableTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.MutableConstantField | From | To |