dbe721716d4107a8d2c4ee4461d8a6fa93cf6b85
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type map : IdentityHashMap<JSType,MatchStatus> to map : IdentityHashMap<Object,MatchStatus> in method private updateCacheAnyType(t1 Object, t2 Object, isMatch MatchStatus) : void in class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Extract Method | 2 | ||
Extract Method private updateCacheAnyType(t1 Object, t2 Object, isMatch MatchStatus) : void extracted from package updateCache(t1 JSType, t2 JSType, isMatch MatchStatus) : void in class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Extract Method private checkCacheAnyType(t1 Object, t2 Object) : MatchStatus extracted from package checkCache(t1 JSType, t2 JSType) : MatchStatus in class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type matchCache : IdentityHashMap<JSType,IdentityHashMap<JSType,MatchStatus>> to matchCache : IdentityHashMap<Object,IdentityHashMap<Object,MatchStatus>> in class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Rename Parameter | 2 | ||
Rename Parameter t2 : JSType to right : JSType in method package checkCache(left JSType, right JSType) : MatchStatus in class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Rename Parameter t1 : JSType to left : JSType in method package checkCache(left JSType, right JSType) : MatchStatus in class com.google.javascript.rhino.jstype.JSType.EqCache | From | To |