21da5b776baf959a76a781fef55df4e6525c7804
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method package isSubtype(typeA ObjectType, typeB RecordType, implicitImplCache ImplCache) : boolean from class com.google.javascript.rhino.jstype.RecordType to package isSubtype(typeA ObjectType, typeB RecordType, implicitImplCache ImplCache) : boolean from class com.google.javascript.rhino.jstype.PrototypeObjectType | From | To | |
Rename Variable | 1 | ||
Rename Variable result : MatchStatus to cachedResult : MatchStatus in method package isStructuralSubtype(superType ObjectType, implicitImplCache ImplCache) : boolean in class com.google.javascript.rhino.jstype.ObjectType | From | To | |
Inline Method | 2 | ||
Inline Method private checkStructuralEquivalenceHelper(that JSType, eqMethod EquivalenceMethod, eqCache EqCache) : boolean inlined to package checkEquivalenceHelper(that JSType, eqMethod EquivalenceMethod, eqCache EqCache) : boolean in class com.google.javascript.rhino.jstype.JSType | From | To | |
Rename Parameter | 1 | ||
Rename Parameter structuralInterface : ObjectType to superType : ObjectType in method package isStructuralSubtype(superType ObjectType, implicitImplCache ImplCache) : boolean in class com.google.javascript.rhino.jstype.ObjectType | From | To |