1e705c8f47cadeb750613cb6a4f2e316bd5bce98
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method private allValues(supportedValues Iterable<Value>) : List<NodeAndValue> from class org.neo4j.kernel.api.index.SimpleIndexPopulatorCompatibility to private allValues(supportedValues Iterable<Value>) : List<NodeAndValue> from class org.neo4j.kernel.api.index.IndexProviderCompatibilityTestSuite.Compatibility | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private allValues : List<NodeAndValue> from class org.neo4j.kernel.api.index.SimpleIndexPopulatorCompatibility to package allValues : List<NodeAndValue> from class org.neo4j.kernel.api.index.IndexProviderCompatibilityTestSuite.Compatibility | From | To | |
Change Return Type | 1 | ||
Change Return Type IndexUpdater to NativeSchemaIndexUpdater<KEY,VALUE> in method public newUpdater(mode IndexUpdateMode) : NativeSchemaIndexUpdater<KEY,VALUE> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexAccessor | From | To | |
Move Class | 1 | ||
Move Class org.neo4j.kernel.api.index.SimpleIndexPopulatorCompatibility.NodeAndValue moved to org.neo4j.kernel.api.index.IndexProviderCompatibilityTestSuite.Compatibility.NodeAndValue | From | To | |
Extract Variable | 1 | ||
Extract Variable fileLayout : TemporalIndexFiles.FileLayout<DateSchemaKey> in method public newDate() : PartAccessor<?> from class org.neo4j.kernel.impl.index.schema.TemporalIndexAccessor.PartFactory | From | To |