f8d8157169920f3ec74111b0d512502ee3cce613
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Link to commit
Third party dependencies:
Dependency Action | |
---|---|
Updated | |
From org.neo4j.driver:neo4j-java-driver 1.1.0-M06 To 1.2.1 |
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type txIdStore : TransactionIdStore to txIdStore : Supplier<TransactionIdStore> in method private createTxSpi(txIdStore Supplier<TransactionIdStore>, txAwaitDuration Duration, clock Clock) : TransactionStateMachineSPI in class org.neo4j.bolt.v1.runtime.TransactionStateMachineSPITest | From | To | |
Change Parameter Type transactionIdStore : TransactionIdStore to transactionIdStoreSupplier : Supplier<TransactionIdStore> in method public TransactionIdTracker(transactionIdStoreSupplier Supplier<TransactionIdStore>, availabilityGuard AvailabilityGuard, clock Clock) in class org.neo4j.kernel.api.txtracking.TransactionIdTracker | From | To | |
Rename Attribute | 1 | ||
Rename Attribute transactionIdStore : TransactionIdStore to transactionIdStoreSupplier : Supplier<TransactionIdStore> in class org.neo4j.kernel.api.txtracking.TransactionIdTrackerTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type seenAddresses : Set<BoltServerAddress> to seenAddresses : Set<String> in method public shouldPickANewServerToWriteToOnLeaderSwitch() : void in class org.neo4j.causalclustering.scenarios.BoltCausalClusteringIT | From | To | |
Change Variable Type transactionIdStore : TransactionIdStore to transactionIdStore : Supplier<TransactionIdStore> in method private transactionIdTracker(database GraphDatabaseAPI) : TransactionIdTracker in class org.neo4j.causalclustering.scenarios.ReadReplicaReplicationIT | From | To | |
Extract Variable | 2 | ||
Extract Variable db : GraphDatabaseAPI in method private createTxSpi(txIdStore Supplier<TransactionIdStore>, txAwaitDuration Duration, availabilityGuard AvailabilityGuard, clock Clock) : TransactionStateMachineSPI from class org.neo4j.bolt.v1.runtime.TransactionStateMachineSPITest | From | To | |
Extract Variable dependencyResolver : DependencyResolver in method private createTxSpi(txIdStore Supplier<TransactionIdStore>, txAwaitDuration Duration, availabilityGuard AvailabilityGuard, clock Clock) : TransactionStateMachineSPI from class org.neo4j.bolt.v1.runtime.TransactionStateMachineSPITest | From | To | |
Inline Variable | 1 | ||
Inline Variable boltServerAddress : BoltServerAddress in method public shouldPickANewServerToWriteToOnLeaderSwitch() : void from class org.neo4j.causalclustering.scenarios.BoltCausalClusteringIT | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type transactionIdStore : TransactionIdStore to transactionIdStoreSupplier : Supplier<TransactionIdStore> in class org.neo4j.kernel.api.txtracking.TransactionIdTrackerTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter shouldBeAbleToGetSession : boolean to shouldBeAbleToBeginTransaction : boolean in method private throwsWhenInitMessageFails(monitorSetup Consumer<ThrowingSessionMonitor>, shouldBeAbleToBeginTransaction boolean) : void in class org.neo4j.bolt.BoltFailuresIT | From | To | |
Rename Parameter transactionIdStore : TransactionIdStore to transactionIdStoreSupplier : Supplier<TransactionIdStore> in method public TransactionIdTracker(transactionIdStoreSupplier Supplier<TransactionIdStore>, availabilityGuard AvailabilityGuard, clock Clock) in class org.neo4j.kernel.api.txtracking.TransactionIdTracker | From | To |