|
Change Parameter Type writeOps : SchemaWriteOperations to writeOps : SchemaWrite in method package createConstraint(writeOps SchemaWrite, descriptor LabelSchemaDescriptor) : ConstraintDescriptor in class org.neo4j.kernel.impl.api.integrationtest.NodeKeyConstraintCreationIT |
From |
To |
|
Change Parameter Type constraint : RelExistenceConstraintDescriptor to constraint : ConstraintDescriptor in method package dropConstraint(writeOps SchemaWrite, constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.integrationtest.RelationshipPropertyExistenceConstraintCreationIT |
From |
To |
|
Change Parameter Type constraint : NodeExistenceConstraintDescriptor to constraint : ConstraintDescriptor in method package dropConstraint(writeOps SchemaWrite, constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.integrationtest.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Parameter Type writeOps : SchemaWriteOperations to writeOps : SchemaWrite in method package createConstraint(writeOps SchemaWrite, descriptor LabelSchemaDescriptor) : ConstraintDescriptor in class org.neo4j.kernel.impl.api.integrationtest.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Parameter Type writeOps : SchemaWriteOperations to writeOps : SchemaWrite in method package createConstraint(writeOps SchemaWrite, descriptor RelationTypeSchemaDescriptor) : ConstraintDescriptor in class org.neo4j.kernel.impl.api.integrationtest.RelationshipPropertyExistenceConstraintCreationIT |
From |
To |
|
Change Parameter Type constraint : NodeKeyConstraintDescriptor to constraint : ConstraintDescriptor in method package dropConstraint(writeOps SchemaWrite, constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.integrationtest.NodeKeyConstraintCreationIT |
From |
To |
|
Change Parameter Type writeOps : SchemaWriteOperations to writeOps : SchemaWrite in method package dropConstraint(writeOps SchemaWrite, constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.integrationtest.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Parameter Type writeOps : SchemaWriteOperations to writeOps : SchemaWrite in method package createConstraint(writeOps SchemaWrite, descriptor LabelSchemaDescriptor) : ConstraintDescriptor in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Parameter Type statement : Statement to transaction : KernelTransaction in method private createIndex(transaction KernelTransaction) : CapableIndexReference in class org.neo4j.kernel.impl.api.integrationtest.KernelIT |
From |
To |
|
Change Parameter Type writeOps : SchemaWriteOperations to writeOps : SchemaWrite in method package dropConstraint(writeOps SchemaWrite, constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.integrationtest.RelationshipPropertyExistenceConstraintCreationIT |
From |
To |
|
Change Parameter Type constraint : UniquenessConstraintDescriptor to constraint : ConstraintDescriptor in method package dropConstraint(writeOps SchemaWrite, constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Parameter Type writeOps : SchemaWriteOperations to writeOps : SchemaWrite in method package dropConstraint(writeOps SchemaWrite, constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Parameter Type writeOps : SchemaWriteOperations to writeOps : SchemaWrite in method package dropConstraint(writeOps SchemaWrite, constraint ConstraintDescriptor) : void in class org.neo4j.kernel.impl.api.integrationtest.NodeKeyConstraintCreationIT |
From |
To |
|
Change Variable Type idx : SchemaIndexDescriptor to idx : CapableIndexReference in method public schemaStateShouldBeEvictedOnIndexDropped() : void in class org.neo4j.kernel.impl.api.integrationtest.KernelIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWrite : SchemaWrite in method private createConstraint(label String, propertyKey String) : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWrite : SchemaWrite in method public shouldBeAbleToRemoveAConstraintIndexWithoutOwner() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type schemaWrite : SchemaWriteOperations to schemaWrite : SchemaWrite in method package createConstraint(key String, property String) : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodeKeyConstraintValidationIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldClearSchemaStateWhenConstraintIsCreated() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldNotDropPropertyExistenceConstraintThatDoesNotExistWhenThereIsAUniquePropertyConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWrite : SchemaWrite in method public rollBackIndexRuleShouldNotBeCommitted() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type readOperations : ReadOperations to schemaRead : SchemaRead in method public addIndexRuleInATransaction() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type tokenWriteOperations : TokenWriteOperations to tokenWrite : TokenWrite in method private createIndex(transaction KernelTransaction) : CapableIndexReference in class org.neo4j.kernel.impl.api.integrationtest.KernelIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldDisallowDroppingIndexThatDoesNotExist() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldDropConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type schemaOps : SchemaWriteOperations to schemaOps : SchemaWrite in method public testLabelIndex() : void in class org.neo4j.kernel.builtinprocs.SchemaProcedureIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWriteOperations : SchemaWrite in method public addIndexRuleInATransaction() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWriteOperations : SchemaWrite in method public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAPropertyExistenceConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type schemaWrite : SchemaWriteOperations to schemaWrite : SchemaWrite in method package createConstraint(key String, property String) : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWriteOperations : SchemaWrite in method public shouldDropConstraintIndexWhenDroppingConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type readOperations : ReadOperations to schemaRead : SchemaRead in method public shouldListAll() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type indexRulesInTx : Set<SchemaIndexDescriptor> to indexRulesInTx : Set<CapableIndexReference> in method public committedAndTransactionalIndexRulesShouldBeMerged() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type addedRule : SchemaIndexDescriptor to addedRule : CapableIndexReference in method public committedAndTransactionalIndexRulesShouldBeMerged() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWriteOperations : SchemaWrite in method public committedAndTransactionalIndexRulesShouldBeMerged() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type expectedRule : SchemaIndexDescriptor to expectedRule : CapableIndexReference in method public addIndexRuleInATransaction() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWriteOperations : SchemaWrite in method public shouldAbortConstraintCreationWhenDuplicatesExist() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type index1 : SchemaIndexDescriptor to index1 : CapableIndexReference in method public shouldListAll() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWrite : SchemaWrite in method public shouldListAll() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public committedConstraintRuleShouldCrossReferenceTheCorrespondingIndexRule() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type existingRule : SchemaIndexDescriptor to existingRule : CapableIndexReference in method public committedAndTransactionalIndexRulesShouldBeMerged() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type index : SchemaIndexDescriptor to index : CapableIndexReference in method public shouldDisallowDroppingIndexThatDoesNotExist() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldClearSchemaStateWhenConstraintIsDropped() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldFailToCreateIndexWhereAConstraintAlreadyExists() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldNotCreateConstraintThatAlreadyExists() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type schemaWrite : SchemaWriteOperations to schemaWrite : SchemaWrite in method package createConstraint(key String, property String) : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodePropertyExistenceConstraintValidationIT |
From |
To |
|
Change Variable Type indexes : List<SchemaIndexDescriptor> to indexes : List<CapableIndexReference> in method public shouldListAll() : void in class org.neo4j.kernel.impl.api.index.IndexIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldBeAbleToResolveConflictsAndRecreateConstraintAfterFailingToCreateItDueToConflict() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWriteOperations : SchemaWrite in method public shouldNotPersistConstraintCreatedInAbortedTransaction() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWrite : SchemaWrite in method private createIndex(transaction KernelTransaction) : CapableIndexReference in class org.neo4j.kernel.impl.api.integrationtest.KernelIT |
From |
To |
|
Change Variable Type constraint : UniquenessConstraintDescriptor to constraint : ConstraintDescriptor in method public shouldNotDropPropertyExistenceConstraintThatDoesNotExistWhenThereIsAUniquePropertyConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.NodePropertyExistenceConstraintCreationIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldNotRemoveConstraintThatGetsReAdded() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |
|
Change Variable Type schemaWriteOperations : SchemaWriteOperations to schemaWriteOperations : SchemaWrite in method public shouldCreateAnIndexToGoAlongWithAUniquePropertyConstraint() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Variable Type statement : SchemaWriteOperations to statement : SchemaWrite in method public shouldNotDropConstraintThatDoesNotExist() : void in class org.neo4j.kernel.impl.api.integrationtest.AbstractConstraintCreationIT |
From |
To |