0e3dd7b84871ce589db1c3b4fb599073fd11b808
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type data : byte[] to data : Buffer in method public addToQueue(data Buffer) : void in class org.jgroups.blocks.cs.TcpConnection.Sender | From | To | |
Change Variable Type | 1 | ||
Change Variable Type data : byte[] to data : Buffer in method public run() : void in class org.jgroups.blocks.cs.TcpConnection.Sender | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type send_queue : BlockingQueue<byte[]> to send_queue : BlockingQueue<Buffer> in class org.jgroups.blocks.cs.TcpConnection.Sender | From | To |