50a16a5d5a9d3db963b257a4d02cffd3d99875c8
Files Diff
- Added: 1
 - Removed: 0
 - Renamed: 0
 - Modified: 6
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public onReconnect(host String) : void renamed to public onPushReconnect(host String) : void in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Rename Method public onReconnect(host String) : void renamed to public onPushReconnect(host String) : void in class com.orientechnologies.orient.client.remote.ORemotePushHandler | From | To | |
| Change Parameter Type | 3 | ||
| Change Parameter Type listener : OLiveQueryResultListener to listener : OLiveQueryClientListener in method public registerLiveListener(monitorId long, listener OLiveQueryClientListener) : void in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Parameter Type listener : OLiveQueryResultListener to listener : OLiveQueryClientListener in method public liveQuery(database ODatabaseDocumentRemote, query String, listener OLiveQueryClientListener, params Object[]) : OLiveQueryMonitor in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Parameter Type listener : OLiveQueryResultListener to listener : OLiveQueryClientListener in method public liveQuery(database ODatabaseDocumentRemote, query String, listener OLiveQueryClientListener, params Map<String,?>) : OLiveQueryMonitor in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type listener : OLiveQueryResultListener to listener : OLiveQueryClientListener in method public executeLiveQueryPush(pushRequest OLiveQueryPushRequest) : void in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type liveQueryListener : Map<Long,OLiveQueryResultListener> to liveQueryListener : Map<Long,OLiveQueryClientListener> in class com.orientechnologies.orient.client.remote.OStorageRemote | From | To |