0f1970b6a314dfdcecfcf39581a643ab7634c60f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Superclass | 1 | ||
Extract Superclass com.orientechnologies.orient.core.cache.OSoftHashMap from classes [com.orientechnologies.orient.core.cache.OUnboundedWeakCommandCache.OCommandCacheImpl] | From | To | |
Change Variable Type | 2 | ||
Change Variable Type it : Iterator<Map.Entry<String,WeakReference<OCachedResult>>> to it : Iterator<Map.Entry<String,OCachedResult>> in method public invalidateResultsOfCluster(iCluster String) : void in class com.orientechnologies.orient.core.cache.OUnboundedWeakCommandCache | From | To | |
Change Variable Type result : Object to result : OCachedResult in method public get(iUser OSecurityUser, queryText String, iLimit int) : Object in class com.orientechnologies.orient.core.cache.OUnboundedWeakCommandCache | From | To |