e2320939d2cd00cece8ed2a56d3b928c6f62f66e
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable path : String to key : String in method protected getResource(commit Commit<GetResource>) : long in class io.atomix.manager.ResourceManager | From | To | |
Rename Variable path : String to key : String in method private createResource(commit Commit<CreateResource>) : long in class io.atomix.manager.ResourceManager | From | To | |
Extract Superclass | 1 | ||
Extract Superclass io.atomix.manager.KeyOperation from classes [io.atomix.manager.CreateResource, io.atomix.manager.GetResource, io.atomix.manager.ResourceExists] | From | To | |
Rename Attribute | 2 | ||
Rename Attribute paths : Map<String,Long> to keys : Map<String,Long> in class io.atomix.manager.ResourceManager | From | To | |
Rename Attribute path : String to key : String in class io.atomix.manager.ResourceManager.ResourceHolder | From | To | |
Rename Parameter | 4 | ||
Rename Parameter path : String to key : String in method public create(key String, factory Supplier<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 | |
Rename Parameter path : String to key : String in method private ResourceHolder(key String, stateMachine StateMachine, executor ResourceStateMachineExecutor) in class io.atomix.manager.ResourceManager.ResourceHolder | From | To | |
Rename Parameter path : String to key : String in method public exists(key String) : CompletableFuture<Boolean> in class io.atomix.Atomix | From | To |