f1981dbaec4b888fb9396a6230e571b579a76881
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable atomix : Atomix to replica : Atomix in method private createAtomixes(clients int, replicas int) : Set<Atomix> in class io.atomix.atomic.DistributedAtomicValueTest | From | To | |
| Change Return Type | 1 | ||
| Change Return Type List<Atomix> to Set<Atomix> in method private createAtomixes(clients int, replicas int) : Set<Atomix> in class io.atomix.atomic.DistributedAtomicValueTest | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type atomixes : List<Atomix> to atomixes : Set<Atomix> in method private createAtomixes(clients int, replicas int) : Set<Atomix> in class io.atomix.atomic.DistributedAtomicValueTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type value : AtomicReference<Object> to value : Object in class io.atomix.atomic.state.AtomicValueState | From | To |