4e95a468204dd8c329df0620e51a3ed2084f39fd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 3 | ||
Move And Rename Method private removeProperty(master HighlyAvailableGraphDatabase, nodeId long, propertyKey String) : void from class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData to public removeProperties(db HighlyAvailableGraphDatabase, entityId long) : void from class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData.PropertyKeyReadContestantAction | From | To | |
Move And Rename Method private createNode(master HighlyAvailableGraphDatabase) : long from class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData to public createInitialEntity(db HighlyAvailableGraphDatabase) : long from class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData.PropertyValueReadContestantAction | From | To | |
Move And Rename Method private createNodeAndSetProperty(master HighlyAvailableGraphDatabase, propertyKey String, propertyValue String) : long from class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData to public createInitialEntity(db HighlyAvailableGraphDatabase) : long from class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData.PropertyValueReadContestantAction | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type candidates : String... to candidates : Object... in method private assertPropertyValue(property Object, candidates Object...) : void in class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData | From | To | |
Change Variable Type | 1 | ||
Change Variable Type candidate : String to candidate : Object in method private assertPropertyValue(property Object, candidates Object...) : void in class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData | From | To | |
Extract Method | 2 | ||
Extract Method private pullUpdatesContestant(slave HighlyAvailableGraphDatabase, end AtomicBoolean) : Runnable extracted from public slavesDontTerminateAndReadConsistentDataWhenApplyingBatchSmallerThanSafeZone() : void in class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData | From | To | |
Extract Method private pullUpdatesContestant(slave HighlyAvailableGraphDatabase, end AtomicBoolean) : Runnable extracted from public slavesTerminateOrReadConsistentDataWhenApplyingBatchLargerThanSafeZone() : void in class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData | From | To | |
Rename Parameter | 5 | ||
Rename Parameter master : HighlyAvailableGraphDatabase to db : HighlyAvailableGraphDatabase in method public removeProperties(db HighlyAvailableGraphDatabase, entityId long) : void in class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData.PropertyKeyReadContestantAction | From | To | |
Rename Parameter nodeId : long to entityId : long in method public removeProperties(db HighlyAvailableGraphDatabase, entityId long) : void in class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData.PropertyKeyReadContestantAction | From | To | |
Rename Parameter nodeId : long to entityId : long in method private readContestant(action ReadContestantAction, entityId long, slave HighlyAvailableGraphDatabase, end AtomicBoolean) : Runnable in class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData | From | To | |
Rename Parameter master : HighlyAvailableGraphDatabase to db : HighlyAvailableGraphDatabase in method public createInitialEntity(db HighlyAvailableGraphDatabase) : long in class org.neo4j.kernel.ha.cluster.SlavesCanReadCorruptedData.PropertyValueReadContestantAction | From | To |