5d3c695c0ded4b206e70147d00eace936ea3314a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method package getAlternatesWithoutStructuralTypingList() : ImmutableList<JSType> inlined to public getAlternatesWithoutStructuralTyping() : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Inline Method package getAlternatesList() : ImmutableList<JSType> inlined to public getAlternates() : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Change Return Type | 2 | ||
Change Return Type Collection<JSType> to ImmutableList<JSType> in method public getAlternates() : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To | |
Change Return Type Collection<JSType> to ImmutableList<JSType> in method public getAlternatesWithoutStructuralTyping() : ImmutableList<JSType> in class com.google.javascript.rhino.jstype.UnionType | From | To |