|
Change Parameter Type constraint : ConstraintDescriptor to constraint : UniquenessConstraintDescriptor in method private getIndexForUniqueConstraint(constraint UniquenessConstraintDescriptor) : NewIndexDescriptor in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type constraint : ConstraintDescriptor to constraint : UniquenessConstraintDescriptor in method private validateNoExistingNodeWithLabelAndProperty(state KernelStatement, constraint UniquenessConstraintDescriptor, value Object, modifiedNode long) : void in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations |
From |
To |
|
Change Parameter Type constraint : ConstraintDescriptor to constraint : UniquenessConstraintDescriptor in method public constraintDoAdd(constraint UniquenessConstraintDescriptor, indexId long) : void in class org.neo4j.kernel.api.txstate.TransactionState |
From |
To |
|
Change Parameter Type descriptor : ConstraintDescriptor to descriptor : UniquenessConstraintDescriptor in method public constraintRule(id long, descriptor UniquenessConstraintDescriptor, ownedIndexRule long) : ConstraintRule in class org.neo4j.kernel.impl.store.record.ConstraintRule |
From |
To |
|
Change Parameter Type descriptor : ConstraintDescriptor to descriptor : UniquenessConstraintDescriptor in method public createUniquenessConstraintRule(ruleId long, descriptor UniquenessConstraintDescriptor, indexId long) : ConstraintRule in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Parameter Type constraint : ConstraintDescriptor to constraint : UniquenessConstraintDescriptor in method public constraintDoAdd(constraint UniquenessConstraintDescriptor, indexId long) : void in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Parameter Type descriptor : ConstraintDescriptor to descriptor : UniquenessConstraintDescriptor in method public createUniquenessConstraintRule(ruleId long, descriptor UniquenessConstraintDescriptor, indexId long) : ConstraintRule in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Parameter Type constraint : ConstraintDescriptor to descriptor : SchemaDescriptor in method private propertyExistenceConstraintsNotAllowed(descriptor SchemaDescriptor) : CreateConstraintFailureException in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Return Type ConstraintDescriptor to UniquenessConstraintDescriptor in method public uniqueForSchema(schema SchemaDescriptor) : UniquenessConstraintDescriptor in class org.neo4j.kernel.api.schema_new.constaints.ConstraintDescriptorFactory |
From |
To |
|
Change Return Type ConstraintDescriptor to RelExistenceConstraintDescriptor in method public existsForRelType(relTypeId int, propertyIds int...) : RelExistenceConstraintDescriptor in class org.neo4j.kernel.api.schema_new.constaints.ConstraintDescriptorFactory |
From |
To |
|
Change Return Type Map<ConstraintDescriptor,Long> to Map<UniquenessConstraintDescriptor,Long> in method private createdConstraintIndexesByConstraint() : Map<UniquenessConstraintDescriptor,Long> in class org.neo4j.kernel.impl.api.state.TxState |
From |
To |
|
Change Return Type PropertyConstraint to ConstraintDescriptor in method protected readNonStandardConstraint(rule ConstraintRule) : ConstraintDescriptor in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Return Type PropertyConstraint to ConstraintDescriptor in method protected readNonStandardConstraint(rule ConstraintRule) : ConstraintDescriptor in class org.neo4j.kernel.impl.enterprise.EnterpriseConstraintSemantics |
From |
To |
|
Change Return Type ConstraintDescriptor to NodeExistenceConstraintDescriptor in method public existsForLabel(labelId int, propertyIds int...) : NodeExistenceConstraintDescriptor in class org.neo4j.kernel.api.schema_new.constaints.ConstraintDescriptorFactory |
From |
To |
|
Change Return Type PropertyConstraint to ConstraintDescriptor in method protected readNonStandardConstraint(rule ConstraintRule) : ConstraintDescriptor in class org.neo4j.kernel.impl.api.store.SchemaCacheTest.ConstraintSemantics |
From |
To |
|
Change Return Type PropertyConstraint to ConstraintDescriptor in method public readConstraint(rule ConstraintRule) : ConstraintDescriptor in class org.neo4j.kernel.impl.constraints.ConstraintSemantics |
From |
To |
|
Change Return Type ConstraintDescriptor to UniquenessConstraintDescriptor in method public uniqueForLabel(labelId int, propertyIds int...) : UniquenessConstraintDescriptor in class org.neo4j.kernel.api.schema_new.constaints.ConstraintDescriptorFactory |
From |
To |
|
Change Return Type PropertyConstraint to ConstraintDescriptor in method public readConstraint(rule ConstraintRule) : ConstraintDescriptor in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics |
From |
To |
|
Change Variable Type constraint1 : ConstraintDescriptor to constraint1 : UniquenessConstraintDescriptor in method public addingUniquenessConstraintShouldBeIdempotent() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type descriptor : ConstraintDescriptor to descriptor : UniquenessConstraintDescriptor in method public shouldCreateUniquenessConstraintWithOwnedIndex() : void in class org.neo4j.kernel.impl.store.record.ConstraintRuleTest |
From |
To |
|
Change Variable Type constraint1 : ConstraintDescriptor to constraint1 : UniquenessConstraintDescriptor in method public shouldGetConstraintsByLabel() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest |
From |
To |
|
Change Variable Type constraint2 : ConstraintDescriptor to constraint2 : UniquenessConstraintDescriptor in method public addingUniquenessConstraintShouldBeIdempotent() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type constraint2 : ConstraintDescriptor to constraint2 : UniquenessConstraintDescriptor in method public shouldDifferentiateBetweenUniquenessConstraintsForDifferentLabels() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type constraint2 : ConstraintDescriptor to constraint2 : UniquenessConstraintDescriptor in method public shouldGetConstraintsByLabel() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest |
From |
To |
|
Change Variable Type constraint : ConstraintDescriptor to constraint : UniquenessConstraintDescriptor in method public shouldAddUniquenessConstraint() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type constraint : ConstraintDescriptor to constraint : UniquenessConstraintDescriptor in method public shouldValidateUniquenessIndexes() : void in class org.neo4j.kernel.impl.transaction.state.IntegrityValidatorTest |
From |
To |
|
Change Variable Type constraint1 : ConstraintDescriptor to constraint1 : UniquenessConstraintDescriptor in method public shouldDifferentiateBetweenUniquenessConstraintsForDifferentLabels() : void in class org.neo4j.kernel.impl.api.state.TxStateTest |
From |
To |
|
Change Variable Type constraint : ConstraintDescriptor to constraint : UniquenessConstraintDescriptor in method public shouldNotAddConstraintAlreadyExistsInTheStore() : void in class org.neo4j.kernel.impl.api.state.StateHandlingStatementOperationsTest |
From |
To |
|
Change Variable Type constraint : ConstraintDescriptor to constraint : UniquenessConstraintDescriptor in method public uniquePropertyConstraintCreate(state KernelStatement, descriptor NodePropertyDescriptor) : UniquenessConstraint in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |