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