f6e8e4541cc7e48cf976257149cfde65da7ec3a5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testMapTtl() : void renamed to public testMapPutTtl() : void in class io.atomix.collections.DistributedMapTest | From | To | |
Rename Method public testPutGetRemove() : void renamed to public testMapPutGetRemove() : void in class io.atomix.collections.DistributedMapTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type key : Object to key : K in method public remove(key K) : CompletableFuture<V> in class io.atomix.collections.DistributedMap | From | To |