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