fddcb237f6ef94d093eb015b30c15558806319a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 4 | ||
| Pull Up Method public member() : String from class io.atomix.group.state.GroupCommands.GetProperty to public member() : String from class io.atomix.group.state.GroupCommands.MemberOperation | From | To | |
| Pull Up Method public member() : String from class io.atomix.group.state.GroupCommands.MemberCommand to public member() : String from class io.atomix.group.state.GroupCommands.MemberOperation | From | To | |
| Pull Up Method public readObject(buffer BufferInput, serializer Serializer) : void from class io.atomix.group.state.GroupCommands.MemberCommand to public readObject(buffer BufferInput, serializer Serializer) : void from class io.atomix.group.state.GroupCommands.MemberOperation | From | To | |
| Pull Up Method public writeObject(buffer BufferOutput, serializer Serializer) : void from class io.atomix.group.state.GroupCommands.MemberCommand to public writeObject(buffer BufferOutput, serializer Serializer) : void from class io.atomix.group.state.GroupCommands.MemberOperation | From | To | |
| Move Method | 1 | ||
| Move Method public consistency() : ConsistencyLevel from class io.atomix.group.state.GroupCommands.GroupQuery to public consistency() : ConsistencyLevel from class io.atomix.group.state.GroupCommands.MemberCommand | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private member : String from class io.atomix.group.state.GroupCommands.MemberCommand to private member : String from class io.atomix.group.state.GroupCommands.MemberOperation | From | To | |
| Pull Up Attribute private member : String from class io.atomix.group.state.GroupCommands.GetProperty to private member : String from class io.atomix.group.state.GroupCommands.MemberOperation | From | To | |
| Extract Superclass | 4 | ||
| Extract Superclass io.atomix.group.state.GroupCommands.GroupOperation from classes [io.atomix.group.state.GroupCommands.GroupCommand] | From | To | |
| Extract Superclass io.atomix.group.state.GroupCommands.GroupMemberCommand from classes [io.atomix.group.state.GroupCommands.Resign, io.atomix.group.state.GroupCommands.Ack] | From | To | |
| Extract Superclass io.atomix.group.state.GroupCommands.MemberQuery from classes [io.atomix.group.state.GroupCommands.GetProperty] | From | To | |
| Extract Superclass io.atomix.group.state.GroupCommands.MemberOperation from classes [io.atomix.group.state.GroupCommands.MemberCommand] | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute id : int to partition : int in class io.atomix.group.GroupPartition | From | To |