|
Move Method public shouldFailToCreateConstraintIfSomeNodeLacksTheMandatoryProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to public shouldFailToCreateConstraintIfSomeNodeLacksTheMandatoryProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method public shouldFailToCreateConstraintIfConcurrentlyCreatedEntityLacksTheMandatoryProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to public shouldFailToCreateConstraintIfConcurrentlyCreatedEntityLacksTheMandatoryProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method protected abstract constraintDefinitionClass() : Class<? extends ConstraintDefinition> from class org.neo4j.kernel.api.ConstraintHaIT to protected abstract constraintDefinitionClass() : Class<? extends ConstraintDefinition> from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method public shouldNotLeaveAnyStateBehindAfterFailingToCreateConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldNotLeaveAnyStateBehindAfterFailingToCreateConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method public shouldNotBePossibleToCreateConstraintsDirectlyOnSlaves() : void from class org.neo4j.kernel.api.ConstraintHaIT to public shouldNotBePossibleToCreateConstraintsDirectlyOnSlaves() : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method private threadToStatementContextBridge(db HighlyAvailableGraphDatabase) : ThreadToStatementContextBridge from class org.neo4j.kernel.api.ConstraintHaIT to private threadToStatementContextBridge(db HighlyAvailableGraphDatabase) : ThreadToStatementContextBridge from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method package abstract createConstraint(writeOps SchemaWriteOperations, type int, property int) : Constraint from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to package abstract createConstraint(writeOps SchemaWriteOperations, type int, property int) : Constraint from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method package abstract createEntity(writeOps DataWriteOperations, type String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package abstract createEntity(writeOps DataWriteOperations, type String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method package abstract createConstraint(db DatabaseRule, key String, property String) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to package abstract createConstraint(db DatabaseRule, key String, property String) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method package abstract createOffendingDataInRunningTx(db GraphDatabaseService) : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to package abstract createOffendingDataInRunningTx(db GraphDatabaseService) : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method package abstract createConstraintInRunningTx(db GraphDatabaseService, type String, property String) : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to package abstract createConstraintInRunningTx(db GraphDatabaseService, type String, property String) : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method public shouldCreateConstraintOnMaster() : void from class org.neo4j.kernel.api.ConstraintHaIT to public shouldCreateConstraintOnMaster() : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method public shouldNotAllowOldUncommittedTransactionsToResumeAndViolateConstraint() : void from class org.neo4j.kernel.api.ConstraintHaIT to public shouldNotAllowOldUncommittedTransactionsToResumeAndViolateConstraint() : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method protected abstract createConstraint(db GraphDatabaseService, type String, propertyKey String) : void from class org.neo4j.kernel.api.ConstraintHaIT to protected abstract createConstraint(db GraphDatabaseService, type String, value String) : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method protected abstract createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void from class org.neo4j.kernel.api.ConstraintHaIT to protected abstract createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, value String) : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method public shouldAllowTemporaryViolationsWithinTransactions() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to public shouldAllowTemporaryViolationsWithinTransactions() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method public shouldAllowNoopPropertyUpdate() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to public shouldAllowNoopPropertyUpdate() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method package abstract removeProperty(writeOps DataWriteOperations, entityId long, propertyKey int) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package abstract removeProperty(writeOps DataWriteOperations, entityId long, propertyKey int) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method public shouldDropConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldDropConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method protected abstract createEntityInTx(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void from class org.neo4j.kernel.api.ConstraintHaIT to protected abstract createEntityInTx(db GraphDatabaseService, type String, propertyKey String, value String) : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method package abstract entityCount() : int from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package abstract entityCount() : int from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method public shouldEnforceConstraintWhenRemoving() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to public shouldEnforceConstraintWhenRemoving() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method package abstract offenderType() : Class<?> from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to package abstract offenderType() : Class<?> from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method package abstract offenderCreationMethodName() : String from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to package abstract offenderCreationMethodName() : String from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method package abstract createConstraint(key String, property String) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package abstract createConstraint(key String, property String) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method package abstract setProperty(writeOps DataWriteOperations, entityId long, property DefinedProperty) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package abstract setProperty(writeOps DataWriteOperations, entityId long, property DefinedProperty) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method public shouldFailToCreateConstraintIfConcurrentlyCommittedEntityLacksTheMandatoryProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to public shouldFailToCreateConstraintIfConcurrentlyCommittedEntityLacksTheMandatoryProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method public shouldNotDropConstraintThatDoesNotExist() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldNotDropConstraintThatDoesNotExist() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method private validateLabelOrRelationshipType(constraint ConstraintDefinition) : void from class org.neo4j.kernel.api.ConstraintHaIT to private validateLabelOrRelationshipType(constraint ConstraintDefinition) : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method public shouldEnforceMandatoryConstraintWhenCreatingEntityWithoutProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to public shouldEnforceMandatoryConstraintWhenCreatingEntityWithoutProperty() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method private userMessageOf(exception KernelException) : String from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to private userMessageOf(exception KernelException) : String from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method protected abstract assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void from class org.neo4j.kernel.api.ConstraintHaIT to protected abstract assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, value String) : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method public shouldNotPersistConstraintCreatedInAbortedTransaction() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldNotPersistConstraintCreatedInAbortedTransaction() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method package abstract newConstraintObject(type int, property int) : Constraint from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to package abstract newConstraintObject(type int, property int) : Constraint from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method private createOffender() : ThrowingFunction<Void,Void,RuntimeException> from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to private createOffender() : ThrowingFunction<Void,Void,RuntimeException> from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method package abstract createEntity(writeOps DataWriteOperations, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package abstract createEntity(writeOps DataWriteOperations, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method public shouldRemoveConstraints() : void from class org.neo4j.kernel.api.ConstraintHaIT to public shouldRemoveConstraints() : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method package abstract dropConstraint(writeOps SchemaWriteOperations, constraint Constraint) : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to package abstract dropConstraint(writeOps SchemaWriteOperations, constraint Constraint) : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method package abstract createEntity(writeOps DataWriteOperations, type String, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package abstract createEntity(writeOps DataWriteOperations, type String, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method public shouldNotStoreConstraintThatIsRemovedInTheSameTransaction() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldNotStoreConstraintThatIsRemovedInTheSameTransaction() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method package abstract createOffender(db DatabaseRule, key String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to package abstract createOffender(db DatabaseRule, key String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method package abstract constraintCreationMethodName() : String from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to package abstract constraintCreationMethodName() : String from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method public shouldNotCreateConstraintThatAlreadyExists() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldNotCreateConstraintThatAlreadyExists() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method private indexesWithState(schema Schema) : Map<IndexDefinition,Schema.IndexState> from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to private indexesWithState(schema Schema) : Map<IndexDefinition,Schema.IndexState> from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method private createConstraint() : ThrowingFunction<Void,Void,RuntimeException> from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT to private createConstraint() : ThrowingFunction<Void,Void,RuntimeException> from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT.AbstractMandatoryPropertyConstraintVerificationIT |
From |
To |
|
Move Method public createKeys() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public createKeys() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method package abstract removeOffendingDataInRunningTx(db GraphDatabaseService) : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to package abstract removeOffendingDataInRunningTx(db GraphDatabaseService) : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method public shouldNotRemoveConstraintThatGetsReAdded() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldNotRemoveConstraintThatGetsReAdded() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method public shouldClearSchemaStateWhenConstraintIsDropped() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldClearSchemaStateWhenConstraintIsDropped() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method public newSlaveJoiningClusterShouldNotAcceptOperationsUntilConstraintIsOnline() : void from class org.neo4j.kernel.api.ConstraintHaIT to public newSlaveJoiningClusterShouldNotAcceptOperationsUntilConstraintIsOnline() : void from class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Move Method package abstract createConstraintAndEntity(type String, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package abstract createConstraintAndEntity(type String, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method public shouldAllowCreationOfNonConflictingData() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to public shouldAllowCreationOfNonConflictingData() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT.AbstractMandatoryPropertyConstraintValidationIT |
From |
To |
|
Move Method package abstract initializeLabelOrRelType(writeOps SchemaWriteOperations, name String) : int from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to package abstract initializeLabelOrRelType(writeOps SchemaWriteOperations, name String) : int from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method public shouldClearSchemaStateWhenConstraintIsCreated() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldClearSchemaStateWhenConstraintIsCreated() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method public shouldBeAbleToResolveConflictsAndRecreateConstraintAfterFailingToCreateItDueToConflict() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldBeAbleToResolveConflictsAndRecreateConstraintAfterFailingToCreateItDueToConflict() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Move Method public shouldBeAbleToStoreAndRetrieveConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT to public shouldBeAbleToStoreAndRetrieveConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintCreationIT.AbstractConstraintCreationIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected createEntityInTx(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.UniquenessConstraintHaIT |
From |
To |
|
Rename Parameter propertyKey : String to value : String in method protected createConstraint(db GraphDatabaseService, type String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.MandatoryRelationshipPropertyConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Rename Parameter propertyKey : String to value : String in method protected abstract createConstraint(db GraphDatabaseService, type String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected createEntityInTx(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.MandatoryRelationshipPropertyConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected abstract assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.UniquenessConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.MandatoryRelationshipPropertyConstraintHaIT |
From |
To |
|
Rename Parameter propertyKey : String to value : String in method protected createConstraint(db GraphDatabaseService, type String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.UniquenessConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.UniquenessConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected abstract createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected abstract createEntityInTx(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.AbstractConstraintHaIT |
From |
To |
|
Rename Parameter propertyKey : String to value : String in method protected createConstraint(db GraphDatabaseService, type String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.MandatoryRelationshipPropertyConstraintHaIT |
From |
To |
|
Rename Parameter propertyValue : String to value : String in method protected createEntityInTx(db GraphDatabaseService, type String, propertyKey String, value String) : void in class org.neo4j.kernel.api.ConstraintHaIT.MandatoryNodePropertyConstraintHaIT |
From |
To |