d483cb65cc47d67ec188b0f37f383f1f9b035d04
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkPutx(inTx boolean) : void renamed to private checkPut(inTx boolean) : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type c : Collection<String> to c : Set<String> in method public testGetAllWithNulls() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest | From | To | |
Change Variable Type cache : GridCache<String,Integer> to cache : IgniteCache<String,Integer> in method public testGetAllWithNulls() : void in class org.apache.ignite.internal.processors.cache.GridCacheAbstractFullApiSelfTest | From | To |