3abb0a3df3618f78aeea18b0623d4ad28960474d
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 16
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private newMasterClient214(storeId StoreId, responseUnpacker ResponseUnpacker) : MasterClient214 renamed to private newMasterClient310(storeId StoreId, responseUnpacker ResponseUnpacker) : MasterClient in class org.neo4j.ha.upgrade.MasterClientTest | From | To | |
Rename Method private newMasterClient214(storeId StoreId) : MasterClient214 renamed to private newMasterClient310(storeId StoreId) : MasterClient in class org.neo4j.ha.upgrade.MasterClientTest | From | To | |
Rename Variable | 1 | ||
Rename Variable masterClient214 : MasterClient214 to masterClient : MasterClient in method public newClientsShouldNotIgnoreStoreIdDifferences() : void in class org.neo4j.ha.upgrade.MasterClientTest | From | To | |
Change Return Type | 2 | ||
Change Return Type MasterClient214 to MasterClient in method private newMasterClient310(storeId StoreId, responseUnpacker ResponseUnpacker) : MasterClient in class org.neo4j.ha.upgrade.MasterClientTest | From | To | |
Change Return Type MasterClient214 to MasterClient in method private newMasterClient310(storeId StoreId) : MasterClient in class org.neo4j.ha.upgrade.MasterClientTest | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.com.Protocol.FileStreamsDeserializer renamed to org.neo4j.com.Protocol.FileStreamsDeserializer210 | From | To | |
Change Variable Type | 2 | ||
Change Variable Type client : MasterClient214 to client : MasterClient in method public endLockSessionDoesNotUnpackResponse() : void in class org.neo4j.ha.upgrade.MasterClientTest | From | To | |
Change Variable Type masterClient214 : MasterClient214 to masterClient : MasterClient in method public newClientsShouldNotIgnoreStoreIdDifferences() : void in class org.neo4j.ha.upgrade.MasterClientTest | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getInternalProtocol() : byte extracted from protected getInternalProtocolVersion() : byte in class org.neo4j.com.MadeUpClient & moved to class org.neo4j.com.ProtocolVersion | From | To |