7d3e406df781d094ce82fc0a711438e1d5b85952
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 2 | ||
Push Down Method package checkCache(subType JSType, superType JSType) : MatchStatus from class com.google.javascript.rhino.jstype.JSType.MatchCache to package checkCache(t1 JSType, t2 JSType) : MatchStatus from class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Push Down Method package updateCache(subType JSType, superType JSType, isMatch MatchStatus) : void from class com.google.javascript.rhino.jstype.JSType.MatchCache to package updateCache(t1 JSType, t2 JSType, isMatch MatchStatus) : void from class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private matchCache : IdentityHashMap<JSType,IdentityHashMap<JSType,MatchStatus>> from class com.google.javascript.rhino.jstype.JSType.MatchCache to private matchCache : IdentityHashMap<JSType,IdentityHashMap<JSType,MatchStatus>> from class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Rename Parameter | 2 | ||
Rename Parameter superType : JSType to t2 : JSType in method package checkCache(t1 JSType, t2 JSType) : MatchStatus in class com.google.javascript.rhino.jstype.JSType.EqCache | From | To | |
Rename Parameter subType : JSType to t1 : JSType in method package checkCache(t1 JSType, t2 JSType) : MatchStatus in class com.google.javascript.rhino.jstype.JSType.EqCache | From | To |