62d6ce73c2e48c3a3306b0be769065a9dc6fdfac
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private config(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.benchmarks.jmh.cache.JmhCachePutBenchmark to protected configuration(gridName String) : IgniteConfiguration from class org.apache.ignite.internal.benchmarks.jmh.cache.JmhCacheAbstractBenchmark | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private IP_FINDER : TcpDiscoveryVmIpFinder from class org.apache.ignite.internal.benchmarks.jmh.cache.JmhCachePutBenchmark to private IP_FINDER : TcpDiscoveryVmIpFinder from class org.apache.ignite.internal.benchmarks.jmh.cache.JmhCacheAbstractBenchmark | From | To | |
Move And Rename Attribute | 2 | ||
Move And Rename Attribute private ignite1 : Ignite renamed to protected node : Ignite and moved from class org.apache.ignite.internal.benchmarks.jmh.cache.JmhCachePutBenchmark to class org.apache.ignite.internal.benchmarks.jmh.cache.JmhCacheAbstractBenchmark | From | To | |
Move And Rename Attribute private cache1 : IgniteCache<Integer,IntValue> renamed to protected cache : IgniteCache and moved from class org.apache.ignite.internal.benchmarks.jmh.cache.JmhCachePutBenchmark to class org.apache.ignite.internal.benchmarks.jmh.cache.JmhCacheAbstractBenchmark | From | To |