|
Change Parameter Type consumer : ThrowingConsumer<T,E> to consumer : Consumer<T> in method package forAll(consumer Consumer<T>) : void in class org.neo4j.kernel.impl.index.schema.fusion.InstanceSelector |
From |
To |
|
Change Parameter Type exception : E to exception : RuntimeException in method private consumeAndChainException(instance T, consumer Consumer<T>, exception RuntimeException) : RuntimeException in class org.neo4j.kernel.impl.index.schema.fusion.InstanceSelector |
From |
To |
|
Change Parameter Type consumer : ThrowingConsumer<T,E> to consumer : Consumer<T> in method private forInstantiated(consumer Consumer<T>) : void in class org.neo4j.kernel.impl.index.schema.fusion.InstanceSelector |
From |
To |
|
Change Parameter Type consumer : ThrowingConsumer<T,E> to consumer : Consumer<T> in method package close(consumer Consumer<T>) : void in class org.neo4j.kernel.impl.index.schema.fusion.InstanceSelector |
From |
To |
|
Change Parameter Type consumer : ThrowingConsumer<T,E> to consumer : Consumer<T> in method private consumeAndChainException(instance T, consumer Consumer<T>, exception RuntimeException) : RuntimeException in class org.neo4j.kernel.impl.index.schema.fusion.InstanceSelector |
From |
To |
|
Change Variable Type consumer : ThrowingConsumer<String,RuntimeException> to consumer : Consumer<String> in method public shouldCloseAllInstantiated() : void in class org.neo4j.kernel.impl.index.schema.fusion.LazyInstanceSelectorTest |
From |
To |
|
Change Variable Type exception : E to exception : RuntimeException in method private forInstantiated(consumer Consumer<T>) : void in class org.neo4j.kernel.impl.index.schema.fusion.InstanceSelector |
From |
To |
|
Change Variable Type consumer : ThrowingConsumer<String,RuntimeException> to consumer : Consumer<String> in method public shouldPerformActionOnAll() : void in class org.neo4j.kernel.impl.index.schema.fusion.LazyInstanceSelectorTest |
From |
To |
|
Change Variable Type exceptions : List<IOException> to exceptions : List<UncheckedIOException> in method public dropMustThrowIfAllFail() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest |
From |
To |
|
Change Variable Type exception : E to exception : RuntimeException in method package forAll(consumer Consumer<T>) : void in class org.neo4j.kernel.impl.index.schema.fusion.InstanceSelector |
From |
To |
|
Change Variable Type failures : List<IOException> to failures : List<UncheckedIOException> in method public closeMustThrowIfAllThrow() : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexPopulatorTest |
From |
To |