3e035f869d210bb9c0acaf60066c174b40462b01
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 61
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public waitUntilAllChannelsHaveSameSize(timeout long, interval long, channels JChannel...) : void renamed to public waitUntilAllChannelsHaveSameView(timeout long, interval long, channels JChannel...) : void in class org.jgroups.util.Util | From | To | |
Pull Up Method | 3 | ||
Pull Up Method public handleMergeResponse(data MergeData, merge_id MergeId) : void from class org.jgroups.protocols.pbcast.CoordGmsImpl to public handleMergeResponse(data MergeData, merge_id MergeId) : void from class org.jgroups.protocols.pbcast.ServerGmsImpl | From | To | |
Pull Up Method public handleMergeCancelled(merge_id MergeId) : void from class org.jgroups.protocols.pbcast.CoordGmsImpl to public handleMergeCancelled(merge_id MergeId) : void from class org.jgroups.protocols.pbcast.ServerGmsImpl | From | To | |
Pull Up Method public merge(views Map<Address,View>) : void from class org.jgroups.protocols.pbcast.CoordGmsImpl to public merge(views Map<Address,View>) : void from class org.jgroups.protocols.pbcast.ServerGmsImpl | From | To | |
Rename Variable | 1 | ||
Rename Variable all_channels_have_correct_size : boolean to all_channels_have_correct_view : boolean in method public waitUntilAllChannelsHaveSameView(timeout long, interval long, channels JChannel...) : void in class org.jgroups.util.Util | From | To | |
Inline Variable | 1 | ||
Inline Variable size : int in method public waitUntilAllChannelsHaveSameSize(timeout long, interval long, channels JChannel...) : void from class org.jgroups.util.Util | From | To |