263898027762e64d4f3067b44ad5d0e8d2cc7672
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable alternatesWithoutStructuralTyping : List<JSType> to alternatesRetainingStructuralSubtypes : List<JSType> in method private hasAlternate(type JSType, eqMethod EquivalenceMethod, eqCache EqCache) : boolean in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Rename Attribute | 2 | ||
Rename Attribute alternatesWithoutStucturalTyping : ImmutableList<JSType> to alternatesRetainingStructuralSubtypes : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Rename Attribute alternates : ImmutableList<JSType> to alternatesCollapsingStructuralSubtypes : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Rename Parameter | 1 | ||
Rename Parameter alternatesWithoutStructuralTyping : ImmutableList<JSType> to alternatesRetainingStructuralSubtypes : ImmutableList<JSType> in method package UnionType(registry JSTypeRegistry, alternatesRetainingStructuralSubtypes ImmutableList<JSType>) in class com.google.javascript.rhino.jstype.UnionType | From | To |