dfc7267d8a2e1b12469db330e0d552bf6e1a3628
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 5 | ||
Rename Variable msg_size : int to name : String in method public main(args String[]) : void in class org.jgroups.tests.RoundTrip | From | To | |
Rename Variable response : Message to rsp : Message in method public receive(msg Message) : void in class org.jgroups.tests.RoundTrip | From | To | |
Rename Variable count : int to min : long in method protected sendRequests() : void in class org.jgroups.tests.RoundTrip | From | To | |
Rename Variable msg : Message to req : Message in method protected sendRequests() : void in class org.jgroups.tests.RoundTrip | From | To | |
Rename Variable total : long to time_ns : long in method protected sendRequests() : void in class org.jgroups.tests.RoundTrip | From | To | |
Change Return Type | 1 | ||
Change Return Type long to void in method public measure() : void in class org.jgroups.tests.RpcDispatcherSpeedTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute num : int to num_msgs : int in class org.jgroups.tests.RoundTrip | From | To | |
Change Variable Type | 2 | ||
Change Variable Type msg_size : int to name : String in method public main(args String[]) : void in class org.jgroups.tests.RoundTrip | From | To | |
Change Variable Type count : int to min : long in method protected sendRequests() : void in class org.jgroups.tests.RoundTrip | From | To | |
Extract Variable | 1 | ||
Extract Variable tmp : Message in method protected _testLatencyWithoutMessageBundling(use_bundling boolean) : void from class org.jgroups.tests.MessageBundlingTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type r2 : MyReceiver to r2 : SimpleReceiver in class org.jgroups.tests.MessageBundlingTest | From | To | |
Extract Method | 3 | ||
Extract Method protected _testLatencyWithoutMessageBundling(use_bundling boolean) : void extracted from public testLatencyWithoutMessageBundling() : void in class org.jgroups.tests.MessageBundlingTest | From | To | |
Extract Method protected _testLatencyWithoutMessageBundling(use_bundling boolean) : void extracted from public testLatencyWithMessageBundling() : void in class org.jgroups.tests.MessageBundlingTest | From | To | |
Extract Method public reset(signal boolean) : void extracted from public reset() : void in class org.jgroups.util.Promise | From | To | |
Rename Parameter | 1 | ||
Rename Parameter args : String[] to args : String[] in method public main(args String[]) : void in class org.jgroups.tests.RpcDispatcherSpeedTest | From | To |