384463f6fee9d69ab2a4403bd3fdc5c0225f0b0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public list(commit Commit<MembershipGroupCommands.List>) : Set<Long> renamed to public listen(commit Commit<MembershipGroupCommands.Listen>) : Set<Long> in class io.atomix.coordination.state.MembershipGroupState | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type commit : Commit<MembershipGroupCommands.List> to commit : Commit<MembershipGroupCommands.Listen> in method public listen(commit Commit<MembershipGroupCommands.Listen>) : Set<Long> in class io.atomix.coordination.state.MembershipGroupState | From | To | |
Rename Variable | 3 | ||
Rename Variable member : Commit<MembershipGroupCommands.Join> to session : Session in method public join(commit Commit<MembershipGroupCommands.Join>) : long in class io.atomix.coordination.state.MembershipGroupState | From | To | |
Rename Variable previous : Commit<MembershipGroupCommands.Join> to join : Commit<MembershipGroupCommands.Join> in method public leave(commit Commit<MembershipGroupCommands.Leave>) : void in class io.atomix.coordination.state.MembershipGroupState | From | To | |
Rename Variable member : Commit<MembershipGroupCommands.Join> to session : Session in method public leave(commit Commit<MembershipGroupCommands.Leave>) : void in class io.atomix.coordination.state.MembershipGroupState | From | To | |
Change Return Type | 1 | ||
Change Return Type Set<Long> to long in method public join(commit Commit<MembershipGroupCommands.Join>) : long in class io.atomix.coordination.state.MembershipGroupState | From | To | |
Rename Class | 1 | ||
Rename Class io.atomix.coordination.state.MembershipGroupCommands.List renamed to io.atomix.coordination.state.MembershipGroupCommands.Listen | From | To | |
Change Variable Type | 2 | ||
Change Variable Type member : Commit<MembershipGroupCommands.Join> to session : Session in method public join(commit Commit<MembershipGroupCommands.Join>) : long in class io.atomix.coordination.state.MembershipGroupState | From | To | |
Change Variable Type member : Commit<MembershipGroupCommands.Join> to session : Session in method public leave(commit Commit<MembershipGroupCommands.Leave>) : void in class io.atomix.coordination.state.MembershipGroupState | From | To |