d3ccb94d20584702e5a10a320eaf8a00aa91ba11
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 104
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type condition : Supplier<Boolean> to condition : BooleanSupplier in method public awaitForever(condition BooleanSupplier, checkInterval long, unit TimeUnit) : void in class org.neo4j.function.Predicates | From | To | |
Change Variable Type | 2 | ||
Change Variable Type creationSuccess : Supplier<Boolean> to creationSuccess : ThrowingSupplier<Boolean,Exception> in method public shouldReplicateTransactionAfterOneOriginalServerRemovedFromCluster() : void in class org.neo4j.coreedge.scenarios.CoreServerReplicationIT | From | To | |
Change Variable Type availability : Supplier<Boolean> to availability : ThrowingSupplier<Boolean,Exception> in method public allServersBecomeAvailable() : void in class org.neo4j.coreedge.scenarios.EdgeServerReplicationIT | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type checkPointingCondition : Supplier<Boolean> to checkPointingCondition : BooleanSupplier in class org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointScheduler | From | To |