ae9f604f855c4afac67cc63e1da0ceddc6736567
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type cluster_name : AsciiString to cluster_name : byte[] in method public passMessageUp(msg Message, cluster_name byte[], perform_cluster_name_matching boolean, multicast boolean, discard_own_mcast boolean) : void in class org.jgroups.protocols.TP | From | To | |
Change Parameter Type cluster_name : AsciiString to cluster_name : byte[] in method protected SingleMessageHandlerWithClusterName(msg Message, cluster_name byte[]) in class org.jgroups.protocols.TP.SingleMessageHandlerWithClusterName | From | To | |
Change Return Type | 5 | ||
Change Return Type void to boolean in method public submitToThreadPool(task Runnable, spawn_thread_on_rejection boolean) : boolean in class org.jgroups.protocols.TP | From | To | |
Change Return Type AsciiString to byte[] in method protected getClusterName() : byte[] in class org.jgroups.protocols.TP.SingleMessageHandlerWithClusterName | From | To | |
Change Return Type void to boolean in method public submitToThreadPool(pool Executor, task Runnable, spawn_thread_on_rejection boolean, forward_to_internal_pool boolean) : boolean in class org.jgroups.protocols.TP | From | To | |
Change Return Type void to boolean in method protected runInNewThread(task Runnable) : boolean in class org.jgroups.protocols.TP | From | To | |
Change Return Type AsciiString to byte[] in method protected getClusterName() : byte[] in class org.jgroups.protocols.TP.SingleMessageHandler | From | To | |
Change Variable Type | 1 | ||
Change Variable Type cname : AsciiString to cname : byte[] in method public run() : void in class org.jgroups.protocols.TP.SingleMessageHandler | From | To | |
Extract Method | 1 | ||
Extract Method protected resize(additional_size_required int) : void extracted from protected resize() : void in class org.jgroups.util.MessageBatch | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cluster : AsciiString to cluster : byte[] in class org.jgroups.protocols.TP.SingleMessageHandlerWithClusterName | From | To |