34eb77810c3aba472d9226ba6426f8ad656d9509
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public clearTests() : void renamed to protected init() : void in class io.atomix.AbstractServerTest | From | To | |
| Pull Up Method | 1 | ||
| Pull Up Method private createClient() : Atomix from class io.atomix.AtomixClientServerTest to protected createClient() : Atomix from class io.atomix.AbstractServerTest | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method public clearTests() : void from class io.atomix.AbstractReplicaTest to protected init() : void from class io.atomix.atomix.testing.AbstractAtomixTest | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type members : List<Member> to members : List<Address> in class io.atomix.AbstractServerTest | From | To |