49ca50fdfc614ec186fd06f0ecc452fa1bfb568f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected readAddresses(buffer byte[], offset int, length int) : Map<Address,IpAddress> renamed to protected unmarshal(buffer byte[], offset int, length int) : Map<Address,IpAddress> in class org.jgroups.protocols.FD_SOCK | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type addrs : Map<Address,IpAddress> to addrs : LazyRemovalCache<Address,IpAddress> in method public marshal(addrs LazyRemovalCache<Address,IpAddress>) : Buffer in class org.jgroups.protocols.FD_SOCK | From | To | |
Rename Variable | 2 | ||
Rename Variable array : Object[] to size : int in method public pickNext(list List<T>, obj T) : T in class org.jgroups.util.Util | From | To | |
Rename Variable ping_addr_req : Message to msg : Message in method protected fetchPingAddress(mbr Address) : IpAddress in class org.jgroups.protocols.FD_SOCK | From | To | |
Change Variable Type | 2 | ||
Change Variable Type array : Object[] to size : int in method public pickNext(list List<T>, obj T) : T in class org.jgroups.util.Util | From | To | |
Change Variable Type entry : Map.Entry<Address,IpAddress> to entry : Map.Entry<Address,LazyRemovalCache.Entry<IpAddress>> in method public marshal(addrs LazyRemovalCache<Address,IpAddress>) : Buffer in class org.jgroups.protocols.FD_SOCK | From | To | |
Inline Variable | 1 | ||
Inline Variable port : int in method protected setupPingSocket(dest IpAddress) : boolean from class org.jgroups.protocols.FD_SOCK | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cache : ConcurrentMap<Address,IpAddress> to cache : LazyRemovalCache<Address,IpAddress> in class org.jgroups.protocols.FD_SOCK | From | To |