e9189969d302713346d6f1879bb7ad80216a9eba
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 : List<JSType> in method package UnionType(registry JSTypeRegistry, alternatesWithoutStructuralTyping List<JSType>) in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Change Return Type | 3 | ||
Change Return Type Collection<JSType> to List<JSType> in method public getAlternatesWithoutStructuralTyping() : List<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Change Return Type Collection<JSType> to List<JSType> in method public getAlternates() : List<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Change Return Type Collection<JSType> to List<JSType> in method package getAlternates() : List<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 | |
Change Attribute Type | 3 | ||
Change Attribute Type COVARIANT_TYPES : ImmutableList<String> to COVARIANT_TYPES : ImmutableSet<String> in class com.google.javascript.rhino.jstype.JSType | From | To | |
Change Attribute Type alternates : Collection<JSType> to alternates : List<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Change Attribute Type alternatesWithoutStucturalTyping : Collection<JSType> to alternatesWithoutStucturalTyping : List<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To |