15da654a3e5c2bbf14947f0d3dd08270a9ba6766
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 1
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 2 | ||
| Change Return Type void to CountDownLatch in method private blockIndexing(node Ignite) : CountDownLatch in class org.apache.ignite.internal.processors.cache.index.DynamicIndexAbstractConcurrentSelfTest | From | To | |
| Change Return Type void to CountDownLatch in method private blockIndexing(nodeId UUID) : CountDownLatch in class org.apache.ignite.internal.processors.cache.index.DynamicIndexAbstractConcurrentSelfTest | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type block : T2<CountDownLatch,AtomicBoolean> to block : T3<CountDownLatch,AtomicBoolean,CountDownLatch> in method protected afterTest() : void in class org.apache.ignite.internal.processors.cache.index.DynamicIndexAbstractConcurrentSelfTest | From | To | |
| Change Variable Type blocker : T2<CountDownLatch,AtomicBoolean> to blocker : T3<CountDownLatch,AtomicBoolean,CountDownLatch> in method private unblockIndexing(nodeId UUID) : void in class org.apache.ignite.internal.processors.cache.index.DynamicIndexAbstractConcurrentSelfTest | From | To | |
| Change Variable Type blocker : T2<CountDownLatch,AtomicBoolean> to blocker : T3<CountDownLatch,AtomicBoolean,CountDownLatch> in method private awaitIndexing(nodeId UUID) : void in class org.apache.ignite.internal.processors.cache.index.DynamicIndexAbstractConcurrentSelfTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type BLOCKS : ConcurrentHashMap<UUID,T2<CountDownLatch,AtomicBoolean>> to BLOCKS : ConcurrentHashMap<UUID,T3<CountDownLatch,AtomicBoolean,CountDownLatch>> in class org.apache.ignite.internal.processors.cache.index.DynamicIndexAbstractConcurrentSelfTest | From | To |