004e984c38672b4ca4e7ebb310e27a283ef8584d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public run() : void from class org.jgroups.protocols.TP.MyHandler to protected handleSingleMessage(sender Address, data byte[], offset int, length int) : void from class org.jgroups.protocols.TP | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute buf : byte[] to buffer : byte[] in method public run() : void in class org.jgroups.blocks.cs.TcpConnection.Receiver | From | To | |
Rename Attribute | 1 | ||
Rename Attribute msgs : Message[] to msg_queue : Message[] in class org.jgroups.protocols.TP.SimplifiedTransferQueueBundler | From | To | |
Extract Method | 2 | ||
Extract Method protected _receive(update boolean) : boolean extracted from public receive() : void in class org.jgroups.blocks.cs.NioConnection | From | To | |
Extract Method protected _receive(update boolean) : boolean extracted from public receive(max_num_msgs_to_receive int) : void in class org.jgroups.blocks.cs.NioConnection | From | To | |
Rename Parameter | 1 | ||
Rename Parameter max_num_msgs_to_receive : int to max_msgs_to_receive : int in method public receive(max_msgs_to_receive int) : void in class org.jgroups.blocks.cs.NioConnection | From | To |