9f5879787b31acec4115b401dd0469bcdbad8c6e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type alternatesWithoutStructuralTyping : Collection<JSType> to alternatesWithoutStructuralTyping : ImmutableList<JSType> in method package UnionType(registry JSTypeRegistry, alternatesWithoutStructuralTyping ImmutableList<JSType>) in class com.google.javascript.rhino.jstype.UnionType | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Collection<JSType> to ImmutableList<JSType> in method package getAlternates() : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionTypeBuilder | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type thatAlternates : Collection<JSType> to thatAlternates : List<JSType> in method package checkUnionEquivalenceHelper(that UnionType, eqMethod EquivalenceMethod, eqCache EqCache) : boolean in class com.google.javascript.rhino.jstype.UnionType | From | To | |
| Extract Method | 2 | ||
| Extract Method package getAlternatesWithoutStructuralTypingList() : ImmutableList<JSType> extracted from public getAlternatesWithoutStructuralTyping() : Collection<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
| Extract Method package getAlternatesList() : ImmutableList<JSType> extracted from public getAlternates() : Collection<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type alternates : Collection<JSType> to alternates : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
| Change Attribute Type alternatesWithoutStucturalTyping : Collection<JSType> to alternatesWithoutStucturalTyping : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To |