5487923dade0d7768702c76b5dd2fc3b79001e89
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 19
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 4 | ||
Pull Up Method public merge(existingKey KEY, newKey KEY, existingValue VALUE, newValue VALUE) : VALUE from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check to public merge(existingKey KEY, newKey KEY, existingValue VALUE, newValue VALUE) : VALUE from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger | From | To | |
Pull Up Method public compare(o1 SchemaNumberKey, o2 SchemaNumberKey) : int from class org.neo4j.kernel.impl.index.schema.NonUniqueNumberLayout to public compare(o1 SchemaNumberKey, o2 SchemaNumberKey) : int from class org.neo4j.kernel.impl.index.schema.NumberLayout | From | To | |
Pull Up Method public compare(o1 SchemaNumberKey, o2 SchemaNumberKey) : int from class org.neo4j.kernel.impl.index.schema.UniqueNumberLayout to public compare(o1 SchemaNumberKey, o2 SchemaNumberKey) : int from class org.neo4j.kernel.impl.index.schema.NumberLayout | From | To | |
Pull Up Method package checkConflict(values Value[]) : void from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check to package checkConflict(values Value[]) : void from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type work : IndexUpdateWork<KEY,VALUE> to work : IndexUpdateWork in method public combine(work IndexUpdateWork) : IndexUpdateWork in class org.neo4j.kernel.impl.index.schema.NativeSchemaNumberIndexPopulator.IndexUpdateWork | From | To | |
Change Parameter Type indexUpdateApply : IndexUpdateApply<KEY,VALUE> to indexUpdateApply : IndexUpdateApply in method public apply(indexUpdateApply IndexUpdateApply) : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaNumberIndexPopulator.IndexUpdateWork | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute private conflict : boolean from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check to private conflict : boolean from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger | From | To | |
Pull Up Attribute private existingNodeId : long from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check to private existingNodeId : long from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger | From | To | |
Pull Up Attribute private addedNodeId : long from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check to private addedNodeId : long from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger | From | To | |
Change Return Type | 2 | ||
Change Return Type Iterable<ConstraintOperations> to Iterable<Object[]> in method public params() : Iterable<Object[]> in class org.neo4j.kernel.ha.PropertyConstraintsStressIT | From | To | |
Change Return Type IndexUpdateWork<KEY,VALUE> to IndexUpdateWork in method public combine(work IndexUpdateWork) : IndexUpdateWork in class org.neo4j.kernel.impl.index.schema.NativeSchemaNumberIndexPopulator.IndexUpdateWork | From | To | |
Move Attribute | 1 | ||
Move Attribute private samplingConfig : IndexSamplingConfig from class org.neo4j.kernel.impl.index.schema.NativeNonUniqueSchemaNumberIndexPopulator to private samplingConfig : IndexSamplingConfig from class org.neo4j.kernel.impl.index.schema.NativeUniqueSchemaNumberIndexPopulator | From | To |