0553210f751e44c242730112bdac1efacdb44825
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable globalCaches : Collection<String> to res : Collection<IgniteInternalCache> in method private manageStatisticsCaches(caches Collection<String>) : Collection<IgniteInternalCache> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.ignite.internal.processors.cache.CacheMetricsEnableRuntimeTest renamed to org.apache.ignite.internal.processors.cache.CacheMetricsManageTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute enableStatisticsFuts : ConcurrentMap<UUID,EnableStatisticsFuture> to manageStatisticsFuts : ConcurrentMap<UUID,EnableStatisticsFuture> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Change Variable Type | 1 | ||
Change Variable Type globalCaches : Collection<String> to res : Collection<IgniteInternalCache> in method private manageStatisticsCaches(caches Collection<String>) : Collection<IgniteInternalCache> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Inline Variable | 1 | ||
Inline Variable reqId : UUID in method public enableStatistics(caches Collection<String>, enabled boolean) : void from class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Extract Method | 1 | ||
Extract Method private manageStatisticsCaches(caches Collection<String>) : Collection<IgniteInternalCache> extracted from public enableStatistics(caches Collection<String>, enabled boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter caches : Collection<String> to cacheNames : Collection<String> in method public enableStatistics(cacheNames Collection<String>, enabled boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To | |
Rename Parameter cacheNames : Collection<String> to caches : Collection<String> in method private manageStatisticsCaches(caches Collection<String>) : Collection<IgniteInternalCache> in class org.apache.ignite.internal.processors.cache.GridCacheProcessor | From | To |