86c549f13ac26e732c36b4fde422f3f1ff5a3765
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable maps : Map<Integer,TestValue> to map : Map<TestKey,TestValue> in method public testPutGet() : void in class org.apache.ignite.internal.processors.cache.GridCacheOnCopyFlagAbstractSelfTest | From | To | |
Change Variable Type | 1 | ||
Change Variable Type maps : Map<Integer,TestValue> to map : Map<TestKey,TestValue> in method public testPutGet() : void in class org.apache.ignite.internal.processors.cache.GridCacheOnCopyFlagAbstractSelfTest | From | To | |
Extract Variable | 2 | ||
Extract Variable key : TestKey in method public testPutGet() : void from class org.apache.ignite.internal.processors.cache.GridCacheOnCopyFlagAbstractSelfTest | From | To | |
Extract Variable val : TestValue in method public testPutGet() : void from class org.apache.ignite.internal.processors.cache.GridCacheOnCopyFlagAbstractSelfTest | From | To |