77c69424e3be508000a9f14528747f8296f4c651
Files Diff
- Added: 1
 - Removed: 1
 - Renamed: 0
 - Modified: 10
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public sendRequest(req ODistributedRequest, node String) : void renamed to public sendResponse(response ODistributedResponse) : void in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
| Rename Method public sendResponse(response ODistributedResponse, node String) : void renamed to public sendRequest(req ODistributedRequest) : void in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type req : ODistributedRequest to response : ODistributedResponse in method public sendResponse(response ODistributedResponse) : void in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
| Change Parameter Type response : ODistributedResponse to req : ODistributedRequest in method public sendRequest(req ODistributedRequest) : void in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
| Rename Variable | 2 | ||
| Rename Variable serializedRequest : byte[] to serializedResponse : byte[] in method public execute() : Object in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel.sendResponse.networkOperation | From | To | |
| Rename Variable serializedResponse : byte[] to serializedRequest : byte[] in method public execute() : Object in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel.sendRequest.networkOperation | From | To | |
| Rename Class | 1 | ||
| Rename Class com.orientechnologies.orient.server.distributed.StandAloneDatabaseJavaThreadPoolTest renamed to com.orientechnologies.orient.server.distributed.HAGraphTest | From | To | |
| Replace Variable With Attribute | 2 | ||
| Replace Variable With Attribute node : String to server : String in method public sendResponse(response ODistributedResponse) : void in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
| Replace Variable With Attribute node : String to server : String in method public sendRequest(req ODistributedRequest) : void in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute TOTAL_CYCLES : int to TOTAL_CYCLES_PER_THREAD : int in class com.orientechnologies.orient.server.distributed.HAGraphTest | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter req : ODistributedRequest to response : ODistributedResponse in method public sendResponse(response ODistributedResponse) : void in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To | |
| Rename Parameter response : ODistributedResponse to req : ODistributedRequest in method public sendRequest(req ODistributedRequest) : void in class com.orientechnologies.orient.server.distributed.ORemoteServerChannel | From | To |