1b5f6bb4353d0a2116a3e7f14dc64aa52a3838c7
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getSharedConfiguration() : OStructuralSharedConfiguration renamed to public readSharedConfiguration() : OReadStructuralSharedConfiguration in class com.orientechnologies.orient.distributed.impl.structural.OStructuralConfiguration | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type sharedConfiguration : OStructuralSharedConfiguration to sharedConfiguration : OReadStructuralSharedConfiguration in method public receiveSharedConfiguration(lastId OLogId, sharedConfiguration OReadStructuralSharedConfiguration) : void in class com.orientechnologies.orient.distributed.impl.structural.OStructuralConfiguration | From | To | |
Change Parameter Type shared : OStructuralSharedConfiguration to shared : OReadStructuralSharedConfiguration in method public OFullConfiguration(lastId OLogId, shared OReadStructuralSharedConfiguration) in class com.orientechnologies.orient.distributed.impl.structural.raft.OFullConfiguration | From | To | |
Change Parameter Type sharedConfiguration : OStructuralSharedConfiguration to sharedConfiguration : OReadStructuralSharedConfiguration in method public syncToConfiguration(lastId OLogId, sharedConfiguration OReadStructuralSharedConfiguration) : void in class com.orientechnologies.orient.distributed.OrientDBDistributed | From | To | |
Change Return Type | 1 | ||
Change Return Type OStructuralSharedConfiguration to OReadStructuralSharedConfiguration in method public readSharedConfiguration() : OReadStructuralSharedConfiguration in class com.orientechnologies.orient.distributed.impl.structural.OStructuralConfiguration | From | To | |
Change Variable Type | 4 | ||
Change Variable Type shared : OStructuralSharedConfiguration to shared : OReadStructuralSharedConfiguration in method public createDatabase(requester Optional<ONodeIdentity>, operationId OSessionOperationId, database String, type String, configurations Map<String,String>) : void in class com.orientechnologies.orient.distributed.impl.structural.raft.OStructuralLeader | From | To | |
Change Variable Type shared : OStructuralSharedConfiguration to shared : OReadStructuralSharedConfiguration in method public sendFullConfiguration(identity ONodeIdentity) : void in class com.orientechnologies.orient.distributed.impl.structural.raft.OStructuralLeader | From | To | |
Change Variable Type conf : OStructuralSharedConfiguration to conf : OReadStructuralSharedConfiguration in method public join(identity ONodeIdentity) : void in class com.orientechnologies.orient.distributed.impl.structural.raft.OStructuralLeader | From | To | |
Change Variable Type shared : OStructuralSharedConfiguration to shared : OReadStructuralSharedConfiguration in method public dropDatabase(requester Optional<ONodeIdentity>, operationId OSessionOperationId, database String) : void in class com.orientechnologies.orient.distributed.impl.structural.raft.OStructuralLeader | From | To | |
Extract Interface | 1 | ||
Extract Interface com.orientechnologies.orient.distributed.impl.structural.OReadStructuralSharedConfiguration from classes [com.orientechnologies.orient.distributed.impl.structural.OStructuralSharedConfiguration] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type shared : OStructuralSharedConfiguration to shared : OReadStructuralSharedConfiguration in class com.orientechnologies.orient.distributed.impl.structural.raft.OFullConfiguration | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public update(config OStructuralSharedConfiguration) : void extracted from public testChangeSaveLoad() : void in class com.orientechnologies.orient.distributed.impl.structural.OStructuralConfigurationTest & moved to class com.orientechnologies.orient.distributed.impl.structural.OStructuralConfiguration | From | To |