64ddd86ac517042f37bebab0bd0037a864ce52c5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected createDatagramSocketWithBindPort() : DatagramSocket renamed to protected createMulticastSocketWithBindPort() : MulticastSocket in class org.jgroups.protocols.UDP | From | To | |
Change Return Type | 1 | ||
Change Return Type DatagramSocket to MulticastSocket in method protected createMulticastSocketWithBindPort() : MulticastSocket in class org.jgroups.protocols.UDP | From | To | |
Change Variable Type | 1 | ||
Change Variable Type tmp : DatagramSocket to tmp : MulticastSocket in method protected createMulticastSocketWithBindPort() : MulticastSocket in class org.jgroups.protocols.UDP | From | To | |
Extract Method | 1 | ||
Extract Method protected setInterface(intf InetAddress, s MulticastSocket) : void extracted from protected createSockets() : void in class org.jgroups.protocols.UDP | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type sock : DatagramSocket to sock : MulticastSocket in class org.jgroups.protocols.UDP | From | To |