09150e9ba66dec2c7cb44f2f079b13da08a7760d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type constraint : UniquenessConstraintDescriptor to constraint : IndexBackedConstraintDescriptor in method public UniquePropertyValueValidationException(constraint IndexBackedConstraintDescriptor, phase ConstraintValidationException.Phase, cause Throwable) in class org.neo4j.kernel.api.exceptions.schema.UniquePropertyValueValidationException | From | To | |
Change Parameter Type constraint : UniquenessConstraintDescriptor to constraint : IndexBackedConstraintDescriptor in method public UniquePropertyValueValidationException(constraint IndexBackedConstraintDescriptor, phase ConstraintValidationException.Phase, conflicts Set<IndexEntryConflictException>) in class org.neo4j.kernel.api.exceptions.schema.UniquePropertyValueValidationException | From | To | |
Change Parameter Type constraint : UniquenessConstraintDescriptor to constraint : IndexBackedConstraintDescriptor in method private validateNoExistingNodeWithExactValues(state KernelStatement, constraint IndexBackedConstraintDescriptor, propertyValues ExactPredicate[], modifiedNode long) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations | From | To | |
Change Parameter Type constraint : UniquenessConstraintDescriptor to constraint : IndexBackedConstraintDescriptor in method public UniquePropertyValueValidationException(constraint IndexBackedConstraintDescriptor, phase ConstraintValidationException.Phase, conflict IndexEntryConflictException) in class org.neo4j.kernel.api.exceptions.schema.UniquePropertyValueValidationException | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute errorMessage : String to ERROR_MESSAGE_EXISTS : String in method private propertyExistenceConstraintsNotAllowed(descriptor SchemaDescriptor) : CreateConstraintFailureException in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics | From | To | |
Change Variable Type | 2 | ||
Change Variable Type uniqueConstraint : UniquenessConstraintDescriptor to uniqueConstraint : IndexBackedConstraintDescriptor in method public nodeAddLabel(state KernelStatement, nodeId long, labelId int) : boolean in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations | From | To | |
Change Variable Type uniquenessConstraints : Iterator<UniquenessConstraintDescriptor> to uniquenessConstraints : Iterator<IndexBackedConstraintDescriptor> in method public nodeSetProperty(state KernelStatement, nodeId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type nodeSchemaMatcher : NodeSchemaMatcher<NewIndexDescriptor> to nodeSchemaMatcher : NodeSchemaMatcher in class org.neo4j.kernel.impl.api.schema.NodeSchemaMatcherTest | From | To | |
Change Attribute Type nodeIndexMatcher : NodeSchemaMatcher<NewIndexDescriptor> to nodeIndexMatcher : NodeSchemaMatcher in class org.neo4j.kernel.impl.api.state.IndexTxStateUpdater | From | To | |
Change Attribute Type nodeSchemaMatcher : NodeSchemaMatcher<UniquenessConstraintDescriptor> to nodeSchemaMatcher : NodeSchemaMatcher in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations | From | To |