10e5ab236e317ce9954740d221d6800301d1576d
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 13
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getLatch() : CountDownLatch renamed to public getDone() : CountDownLatch in class com.orientechnologies.orient.server.distributed.impl.OSyncReceiver | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type backupPath : String to backupStream : InputStream in method public fullSync(dbName String, backupStream InputStream, config OrientDBConfig) : OStorage in class com.orientechnologies.orient.core.db.OrientDBDistributed | From | To | |
| Change Parameter Type in : FileInputStream to in : InputStream in method public importDelta(serverInstance OServer, databaseName String, in InputStream, iNode String) : void in class com.orientechnologies.orient.server.distributed.impl.OIncrementalServerSync | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute fOut : OutputStream to output : PipedOutputStream in method public run() : void in class com.orientechnologies.orient.server.distributed.impl.OSyncReceiver | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type fOut : OutputStream to output : PipedOutputStream in method public run() : void in class com.orientechnologies.orient.server.distributed.impl.OSyncReceiver | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter backupPath : String to backupStream : InputStream in method public fullSync(dbName String, backupStream InputStream, config OrientDBConfig) : OStorage in class com.orientechnologies.orient.core.db.OrientDBDistributed | From | To |