038fa239a7a7201393722d2fc3f8c2b9bf52bd57
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable result : ConcurrentSkipListMap<String,Long> to childIds : Map<String,Long> in method public getChildIds(inodeId Long) : Map<String,Long> in class alluxio.master.metastore.caching.CachingInodeStore.EdgeCache | From | To | |
| Change Return Type | 2 | ||
| Change Return Type SortedMap<String,Long> to Map<String,Long> in method private loadChildren(inodeId Long, entry ListingCacheEntry) : Map<String,Long> in class alluxio.master.metastore.caching.CachingInodeStore.ListingCache | From | To | |
| Change Return Type ConcurrentSkipListMap<String,Long> to Map<String,Long> in method public getChildIds(inodeId Long) : Map<String,Long> in class alluxio.master.metastore.caching.CachingInodeStore.EdgeCache | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type result : ConcurrentSkipListMap<String,Long> to childIds : Map<String,Long> in method public getChildIds(inodeId Long) : Map<String,Long> in class alluxio.master.metastore.caching.CachingInodeStore.EdgeCache | From | To | |
| Change Variable Type listing : SortedMap<String,Long> to listing : Map<String,Long> in method private loadChildren(inodeId Long, entry ListingCacheEntry) : Map<String,Long> in class alluxio.master.metastore.caching.CachingInodeStore.ListingCache | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type mIdToChildMap : TwoKeyConcurrentMap<Long,String,Long,ConcurrentSkipListMap<String,Long>> to mIdToChildMap : TwoKeyConcurrentMap<Long,String,Long,Map<String,Long>> in class alluxio.master.metastore.caching.CachingInodeStore.EdgeCache | From | To | |
| Change Attribute Type mChildren : ConcurrentSkipListMap<String,Long> to mChildren : Map<String,Long> in class alluxio.master.metastore.caching.CachingInodeStore.ListingCache.ListingCacheEntry | From | To |