21cc48f2bbfdb32fa2a302f34014a5eaffa61543
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable deficient : String to castType : String in method private rewriteCompoundAssignment(tree CompoundAssignmentTree, state VisitorState) : Optional<Fix> in class com.google.errorprone.bugpatterns.NarrowingCompoundAssignment | From | To | |
Rename Variable deficient : String to castKind : NarrowingCastKind in method public matchCompoundAssignment(tree CompoundAssignmentTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NarrowingCompoundAssignment | From | To | |
Change Variable Type | 1 | ||
Change Variable Type deficient : String to castKind : NarrowingCastKind in method public matchCompoundAssignment(tree CompoundAssignmentTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NarrowingCompoundAssignment | From | To | |
Extract Method | 1 | ||
Extract Method private rewriteCompoundAssignment(tree CompoundAssignmentTree, state VisitorState) : Optional<Fix> extracted from public matchCompoundAssignment(tree CompoundAssignmentTree, state VisitorState) : Description in class com.google.errorprone.bugpatterns.NarrowingCompoundAssignment | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type DEFICIENT_TYPES : EnumMap<TypeKind,String> to DEFICIENT_TYPES : Set<TypeKind> in class com.google.errorprone.bugpatterns.NarrowingCompoundAssignment | From | To |