cf7003cd3272c38685f482a9635a9abe2d9a13bf
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type queue : IgniteQueue<String> to queue : IgniteQueue<T> in method protected initQueue(idx int, name String, cap int, cfg CollectionConfiguration) : IgniteQueue<T> in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheQueueApiSelfAbstractTest | From | To | |
Extract Method | 2 | ||
Extract Method protected initQueue(idx int, name String, cap int, cfg CollectionConfiguration) : IgniteQueue<T> extracted from public testQueueRemoveMultithreadBounded() : void in class org.apache.ignite.internal.processors.cache.datastructures.GridCacheQueueApiSelfAbstractTest | From | To |