b9b302dce322922ca5a3a563427e5e5f81f812c8
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getOnlineAccessorMustCreateUniqueAccessorForTypeUnique() : void renamed to public shouldNotCheckConflictsWhenApplyingUpdatesInOnlineAccessor() : void in class org.neo4j.kernel.impl.index.schema.NativeSchemaNumberIndexProviderTest | From | To | |
Push Down Method | 1 | ||
Push Down Method public merge(existingKey KEY, newKey KEY, existingValue VALUE, newValue VALUE) : VALUE from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger to public merge(existingKey KEY, newKey KEY, existingValue VALUE, newValue VALUE) : VALUE from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check | From | To | |
Extract Subclass | 1 | ||
Extract Subclass org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger | From | To | |
Push Down Attribute | 3 | ||
Push Down Attribute private conflict : boolean from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger to private conflict : boolean from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check | From | To | |
Push Down Attribute private existingNodeId : long from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger to private existingNodeId : long from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check | From | To | |
Push Down Attribute private addedNodeId : long from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger to private addedNodeId : long from class org.neo4j.kernel.impl.index.schema.ConflictDetectingValueMerger.Check | From | To |