68d72bc31ddb1490b3ed1ca5a7ffd8f3c4c6d05d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type IOException to UncheckedIOException in method private getPopulatorException() : UncheckedIOException in class org.neo4j.kernel.impl.api.index.MultipleIndexPopulatorTest | From | To | |
Change Return Type BoundedIterable<Long> to void in method private mockSingleAllEntriesReaderWithUnknownMaxCount(targetAccessor IndexAccessor, entries List<Long>) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexAccessorTest | From | To | |
Change Variable Type | 2 | ||
Change Variable Type matchers : List<Matcher<? super IOException>> to matchers : List<Matcher<? super UncheckedIOException>> in method package verifyFusionCloseThrowIfAllThrow(fusionCloseable AutoCloseable, autoCloseables AutoCloseable...) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexTestHelp | From | To | |
Change Variable Type failure : IOException to failure : UncheckedIOException in method package verifyFusionCloseThrowIfAllThrow(fusionCloseable AutoCloseable, autoCloseables AutoCloseable...) : void in class org.neo4j.kernel.impl.index.schema.fusion.FusionIndexTestHelp | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public closeAllUnchecked(closeables T...) : void extracted from public close() : void in class org.neo4j.kernel.impl.index.schema.NativeIndexUpdater & moved to class org.neo4j.io.IOUtils | From | To |