0e0fc19fd6eb49bf77e3446ab6ad99483d53294a
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public get(path String, type Class<? super T>) : CompletableFuture<T> renamed to public create(key String, type Class<? super T>) : CompletableFuture<T> in class io.atomix.Atomix | From | To | |
| Rename Method public create(key String, type Class<? super T>) : CompletableFuture<T> renamed to public get(path String, type Class<? super T>) : CompletableFuture<T> in class io.atomix.Atomix | From | To | |
| Rename Class | 1 | ||
| Rename Class io.atomix.Resource renamed to io.atomix.DistributedResource | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter key : String to path : String in method public get(path String, type Class<? super T>) : CompletableFuture<T> in class io.atomix.Atomix | From | To | |
| Rename Parameter path : String to key : String in method public create(key String, type Class<? super T>) : CompletableFuture<T> in class io.atomix.Atomix | From | To |