02b78a3cd347deaa37ebd0b24199c464260524d9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type destinations : List<Address> to destinations : Collection<Address> in method private sendTotalOrderAnycastMessage(destinations Collection<Address>, message Message) : void in class org.jgroups.protocols.tom.TOA | From | To | |
| Change Return Type | 2 | ||
| Change Return Type List<Address> to Collection<Address> in method private extract(anycastAddress AnycastAddress) : Collection<Address> in class org.jgroups.protocols.tom.TOA | From | To | |
| Change Return Type void to Collection<Address> in method public handleView(newView View) : Collection<Address> in class org.jgroups.protocols.tom.DeliveryManagerImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute destinations : Collection<Address> to viewId : long in class org.jgroups.protocols.tom.ToaHeader | From | To | |
| Extract Method | 1 | ||
| Extract Method private setView(localAddress Address, viewId long, members Address...) : void extracted from private setInitialView(localAddress Address, members Address...) : void in class org.jgroups.protocols.TOA_UnitTest | From | To | |
| Inline Variable | 1 | ||
| Inline Variable destinations : Set<Address> in method private handleViewChange(view View) : void from class org.jgroups.protocols.tom.TOA | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type destinations : Collection<Address> to viewId : long in class org.jgroups.protocols.tom.ToaHeader | From | To | |
| Change Attribute Type currentView : Set<Address> to currentView : View in class org.jgroups.protocols.tom.DeliveryManagerImpl | From | To |