7a5320f1592f6019d599a935ba6096e43ea9542d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Merge Variable | 1 | ||
Merge Variable [superType : JSType, isMatch : MatchStatus] to map : IdentityHashMap<JSType,MatchStatus> in method package updateCache(subType JSType, superType JSType, isMatch MatchStatus) : void in class com.google.javascript.rhino.jstype.JSType.MatchCache | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type matchCache : Table<JSType,JSType,MatchStatus> to matchCache : IdentityHashMap<JSType,IdentityHashMap<JSType,MatchStatus>> in class com.google.javascript.rhino.jstype.JSType.MatchCache | From | To |