aacecf83bb9483663ff4612b7488f374ceb634bb
Files Diff
- Added: 0
- Removed: 6
- Renamed: 0
- Modified: 33
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method package compareValue(o1 KEY, o2 KEY) : int from class org.neo4j.kernel.impl.index.schema.BaseLayout to package compareValue(o1 KEY, o2 KEY) : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout | From | To | |
Move And Rename Method | 1 | ||
Move And Rename Method private isUnique(descriptor SchemaIndexDescriptor) : boolean from class org.neo4j.kernel.impl.index.schema.SpatialCRSSchemaIndex to package layout(descriptor SchemaIndexDescriptor) : Layout<NumberSchemaKey,NativeSchemaValue> from class org.neo4j.kernel.impl.index.schema.NumberIndexProvider | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type identifier : long to identifierName : String in method package NumberLayout(identifierName String, majorVersion int, minorVersion int) in class org.neo4j.kernel.impl.index.schema.NumberLayout | From | To | |
Change Parameter Type identifier : long to layoutName : String in method package SchemaLayout(layoutName String, majorVersion int, minorVersion int) in class org.neo4j.kernel.impl.index.schema.SchemaLayout | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to Layout<NumberSchemaKey,NativeSchemaValue> in method package layout(descriptor SchemaIndexDescriptor) : Layout<NumberSchemaKey,NativeSchemaValue> in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider | From | To | |
Inline Variable | 2 | ||
Inline Variable layout : Layout<KEY,VALUE> in method public getOnlineAccessor(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor from class org.neo4j.kernel.impl.index.schema.NativeIndexProvider | From | To | |
Inline Variable layout : Layout<KEY,VALUE> in method public getPopulator(indexId long, descriptor SchemaIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator from class org.neo4j.kernel.impl.index.schema.NativeIndexProvider | From | To | |
Rename Parameter | 2 | ||
Rename Parameter identifier : long to layoutName : String in method package SchemaLayout(layoutName String, majorVersion int, minorVersion int) in class org.neo4j.kernel.impl.index.schema.SchemaLayout | From | To | |
Rename Parameter identifier : long to identifierName : String in method package NumberLayout(identifierName String, majorVersion int, minorVersion int) in class org.neo4j.kernel.impl.index.schema.NumberLayout | From | To |