1b07e82203a2628d0c8bd6f6aa63e88ebbcc3ead
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type indexUpdateApply : IndexUpdateApply to indexUpdateApply : IndexUpdateApply<KEY,VALUE> in method public apply(indexUpdateApply IndexUpdateApply<KEY,VALUE>) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulator.IndexUpdateWork | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private samplingConfig : IndexSamplingConfig from class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulator to package samplingConfig : IndexSamplingConfig from class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulator | From | To | |
Change Return Type | 1 | ||
Change Return Type IndexUpdateWork to IndexUpdateWork<KEY,VALUE> in method public combine(work IndexUpdateWork) : IndexUpdateWork<KEY,VALUE> in class org.neo4j.kernel.impl.index.schema.NativeSchemaIndexPopulator.IndexUpdateWork | From | To | |
Move Attribute | 1 | ||
Move Attribute private samplingConfig : IndexSamplingConfig from class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaIndexPopulator to private samplingConfig : IndexSamplingConfig from class org.neo4j.kernel.impl.index.schema.TemporalIndexPopulator.PartFactory | From | To |