0eabec09f2fb3428f0b8beabc9ea57f4ed584f7c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable alternatesWithoutStucturalTyping : ImmutableList<JSType> to alternates : ImmutableList<JSType> in method package isSubtypeHelper(thisType JSType, thatType JSType, implicitImplCache ImplCache, subtypingMode SubtypingMode) : boolean in class com.google.javascript.rhino.jstype.JSType | From | To | |
Rename Variable thoseAlternatesWithoutStucturalTyping : List<JSType> to thoseAlternates : List<JSType> in method package meet(that JSType) : JSType in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Inline Variable | 1 | ||
Inline Variable unionAlt : JSType in method public addAlternate(alternate JSType) : UnionTypeBuilder from class com.google.javascript.rhino.jstype.UnionTypeBuilder | From | To | |
Extract Method | 1 | ||
Extract Method public addAlternates(list List<JSType>) : UnionTypeBuilder extracted from public addAlternate(alternate JSType) : UnionTypeBuilder in class com.google.javascript.rhino.jstype.UnionTypeBuilder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter alternatesRetainingStructuralSubtypes : ImmutableList<JSType> to alternates : ImmutableList<JSType> in method package UnionType(registry JSTypeRegistry, alternates ImmutableList<JSType>) in class com.google.javascript.rhino.jstype.UnionType | From | To |