4ac2027a915f7c190960583ecf75e5ace3a26f7b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private indexEntryUpdate(value Value...) : IndexEntryUpdate<LabelSchemaDescriptor> from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexPopulatorTest to package add(value Value...) : IndexEntryUpdate<LabelSchemaDescriptor> from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexTestHelp | From | To | |
Move Method | 2 | ||
Move Method private verifyFailOnSingleCloseFailure(failingAccessor IndexAccessor, combinedIndexAccessor CombinedIndexAccessor) : void from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexAccessorTest to package verifyFailOnSingleCloseFailure(failingCloseable AutoCloseable, combinedCloseable AutoCloseable) : void from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexTestHelp | From | To | |
Move Method private verifyOtherIsClosedOnSingleThrow(failingAccessor IndexAccessor, successfulAccessor IndexAccessor, combinedIndexAccessor CombinedIndexAccessor) : void from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexAccessorTest to package verifyOtherIsClosedOnSingleThrow(failingCloseable AutoCloseable, successfulCloseable AutoCloseable, combinedCloseable AutoCloseable) : void from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexTestHelp | From | To | |
Move Attribute | 2 | ||
Move Attribute private compositeIndexKey : LabelSchemaDescriptor from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexPopulatorTest to private compositeIndexKey : LabelSchemaDescriptor from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexTestHelp | From | To | |
Move Attribute private indexKey : LabelSchemaDescriptor from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexPopulatorTest to private indexKey : LabelSchemaDescriptor from class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexTestHelp | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method package verifyCombinedThrowIfBothThrow(boostCloseable AutoCloseable, fallbackCloseable AutoCloseable, combinedCloseable AutoCloseable) : void extracted from public closeMustThrowIfBothFail() : void in class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexAccessorTest & moved to class org.neo4j.kernel.impl.index.schema.combined.CombinedIndexTestHelp | From | To |