06ff761c6a768e4b70e79ffdcbdbdb123f0816af
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public consistency() : Consistency renamed to public writeConsistency() : WriteConsistency in class io.atomix.resource.Resource | From | To | |
| Change Parameter Type | 5 | ||
| Change Parameter Type consistency : Consistency to consistency : WriteConsistency in method private testSubmitCommand(consistency WriteConsistency) : void in class io.atomix.AtomixReplicaTest | From | To | |
| Change Parameter Type consistency : Consistency to consistency : WriteConsistency in method private testSubmitCommand(consistency WriteConsistency) : void in class io.atomix.AtomixClientTest | From | To | |
| Change Parameter Type consistency : Consistency to consistency : ReadConsistency in method private testSubmitQuery(consistency ReadConsistency) : void in class io.atomix.AtomixClientTest | From | To | |
| Change Parameter Type consistency : Consistency to consistency : ReadConsistency in method private testSubmitQuery(consistency ReadConsistency) : void in class io.atomix.AtomixReplicaTest | From | To | |
| Change Parameter Type consistency : Consistency to consistency : ReadConsistency in method public with(consistency ReadConsistency) : T in class io.atomix.resource.Resource | From | To | |
| Change Return Type | 1 | ||
| Change Return Type Consistency to WriteConsistency in method public writeConsistency() : WriteConsistency in class io.atomix.resource.Resource | From | To | |
| Rename Class | 2 | ||
| Rename Class io.atomix.resource.Consistency renamed to io.atomix.resource.ReadConsistency | From | To | |
| Rename Class io.atomix.resource.Consistency renamed to io.atomix.resource.WriteConsistency | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute consistency : Consistency to readConsistency : ReadConsistency in class io.atomix.resource.Resource | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type consistency : Consistency to readConsistency : ReadConsistency in class io.atomix.resource.Resource | From | To |