4f4e2fddd2bef3b5b7e006f7bafab863748ab8f6
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 6 | ||
| Change Parameter Type db : ODatabase to db : ODatabaseDocumentRemote in method public query(db ODatabaseDocumentRemote, query String, args Object[]) : ORemoteQueryResult in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Parameter Type db : ODatabase to db : ODatabaseDocumentRemote in method public command(db ODatabaseDocumentRemote, language String, query String, args Map) : ORemoteQueryResult in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Parameter Type args : Map to args : Object[] in method public query(db ODatabaseDocumentRemote, query String, args Object[]) : ORemoteQueryResult in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Parameter Type db : ODatabase to db : ODatabaseDocumentRemote in method public command(db ODatabaseDocumentRemote, language String, query String, args Object[]) : ORemoteQueryResult in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Parameter Type args : Object[] to args : Map in method public query(db ODatabaseDocumentRemote, query String, args Map) : ORemoteQueryResult in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Parameter Type db : ODatabase to db : ODatabaseDocumentRemote in method public query(db ODatabaseDocumentRemote, query String, args Map) : ORemoteQueryResult in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Rename Variable | 2 | ||
| Rename Variable hasNext : boolean to size : int in method public read(network OChannelDataInput, session OStorageRemoteSession) : void in class com.orientechnologies.orient.client.remote.message.OQueryResponse | From | To | |
| Rename Variable rs : OInternalResultSet to resuls : List<OResult> in method public test() : void in class com.orientechnologies.orient.client.remote.message.OQueryResponseTest | From | To | |
| Inline Method | 1 | ||
| Inline Method protected doRead(network OChannelDataInput, rs ORemoteResultSet) : void inlined to public read(network OChannelDataInput, session OStorageRemoteSession) : void in class com.orientechnologies.orient.client.remote.message.OQueryResponse | From | To | |
| Change Return Type | 2 | ||
| Change Return Type OExecutionPlan to Optional<OExecutionPlan> in method private readExecutionPlan(network OChannelDataInput) : Optional<OExecutionPlan> in class com.orientechnologies.orient.client.remote.message.OQueryResponse | From | To | |
| Change Return Type OResultSet to List<OResult> in method public getResult() : List<OResult> in class com.orientechnologies.orient.client.remote.message.OQueryResponse | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type rs : OInternalResultSet to resuls : List<OResult> in method public test() : void in class com.orientechnologies.orient.client.remote.message.OQueryResponseTest | From | To | |
| Change Variable Type hasNext : boolean to size : int in method public read(network OChannelDataInput, session OStorageRemoteSession) : void in class com.orientechnologies.orient.client.remote.message.OQueryResponse | From | To | |
| Inline Variable | 1 | ||
| Inline Variable item : OResult in method protected doRead(network OChannelDataInput, rs ORemoteResultSet) : void from class com.orientechnologies.orient.client.remote.message.OQueryResponse | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type executionPlan : OExecutionPlan to executionPlan : Optional<OExecutionPlan> in class com.orientechnologies.orient.client.remote.message.ORemoteResultSet | From | To | |
| Change Attribute Type result : OResultSet to result : List<OResult> in class com.orientechnologies.orient.client.remote.message.OQueryResponse | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public getQueryId() : String extracted from public executeQuery(request OQueryRequest) : OBinaryResponse in class com.orientechnologies.orient.server.OConnectionBinaryExecutor & moved to class com.orientechnologies.orient.client.remote.message.OQueryResponse | From | To |