a162f2d385485ac0b03b189b95ad0b9b90ac8e77
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 2 | ||
Pull Up Method package sendLeaveMessage(coord Address, mbr Address) : void from class org.jgroups.protocols.pbcast.ParticipantGmsImpl to protected sendLeaveMessage(coord Address, mbr Address) : void from class org.jgroups.protocols.pbcast.ServerGmsImpl | From | To | |
Pull Up Method public handleLeaveResponse() : void from class org.jgroups.protocols.pbcast.ParticipantGmsImpl to public handleLeaveResponse() : void from class org.jgroups.protocols.pbcast.ServerGmsImpl | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private leave_promise : Promise<Boolean> from class org.jgroups.protocols.pbcast.ParticipantGmsImpl to protected leave_promise : Promise<Boolean> from class org.jgroups.protocols.pbcast.ServerGmsImpl | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type suspected_mbrs : List<Address> to suspected_mbrs : Collection<Address> in class org.jgroups.protocols.pbcast.ParticipantGmsImpl | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public init() : void extracted from public init() : void in class org.jgroups.protocols.pbcast.ParticipantGmsImpl & moved to class org.jgroups.protocols.pbcast.ServerGmsImpl | From | To | |
Extract And Move Method protected sendLeaveReqTo(coord Address) : void extracted from public leave(mbr Address) : void in class org.jgroups.protocols.pbcast.ParticipantGmsImpl & moved to class org.jgroups.protocols.pbcast.ServerGmsImpl | From | To |