|
Move And Rename Method public shouldNotCreateUniquePropertyConstraintThatAlreadyExists() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldCreateAnIndexToGoAlongWithAUniquePropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldDropCreatedConstraintIndexWhenRollingBackConstraintCreation() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public committedConstraintRuleShouldCrossReferenceTheCorrespondingIndexRule() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldNotStoreUniquePropertyConstraintThatIsRemovedInTheSameTransaction() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldCreateAnIndexToGoAlongWithAUniquePropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldNotRemoveMandatoryPropertyConstraintThatGetsReAdded() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAMandatoryPropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldBeAbleToStoreAndRetrieveUniquePropertyConstraintRule() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldDropConstraintIndexWhenDroppingConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldNotStoreMandatoryPropertyConstraintThatIsRemovedInTheSameTransaction() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldCreateAnIndexToGoAlongWithAUniquePropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldCreateAndRetrieveMandatoryPropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldDropCreatedConstraintIndexWhenRollingBackConstraintCreation() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldNotCreateMandatoryPropertyConstraintThatAlreadyExists() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldCreateAnIndexToGoAlongWithAUniquePropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldNotDropMandatoryPropertyConstraintThatDoesNotExistWhenThereIsAUniquePropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAMandatoryPropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Move And Rename Method public shouldNotRemoveUniquePropertyConstraintThatGetsReAdded() : void from class org.neo4j.kernel.impl.api.integrationtest.ConstraintsCreationIT to public shouldNotDropUniquePropertyConstraintThatDoesNotExistWhenThereIsAMandatoryPropertyConstraint() : void from class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintCreationIT |
From |
To |
|
Change Parameter Type value : Object to value : String in method package createEntity(writeOps DataWriteOperations, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Change Parameter Type rule : MandatoryPropertyConstraintRule to propertyKey : int in method private checkMandatoryProperty(propertyKey int, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected abstract assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.ConstraintHaIT |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected abstract createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.ConstraintHaIT |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected createConstraint(db GraphDatabaseService, type String, propertyKey String) : void in class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected createConstraint(db GraphDatabaseService, type String, propertyKey String) : void in class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Change Parameter Type constraint : NodePropertyConstraint to constraint : UniquenessConstraint in method private createConstraintRule(constraint UniquenessConstraint) : void in class org.neo4j.unsafe.batchinsert.BatchInserterImpl |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Change Parameter Type constraint : NodePropertyConstraint to constraint : C in method private assertConstraintExists(constraint C, existingConstraints Iterator<C>) : void in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Parameter Type value : Object to value : String in method package createEntity(writeOps DataWriteOperations, type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Change Parameter Type constraints : Iterator<NodePropertyConstraint> to existingConstraints : Iterator<C> in method private assertConstraintExists(constraint C, existingConstraints Iterator<C>) : void in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Change Parameter Type db : HighlyAvailableGraphDatabase to db : GraphDatabaseService in method protected createEntityInTx(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Change Parameter Type db : HighlyAvailableGraphDatabase to db : GraphDatabaseService in method protected createEntityInTx(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Change Parameter Type label : Label to type : String in method protected abstract createConstraint(db GraphDatabaseService, type String, propertyKey String) : void in class org.neo4j.kernel.api.ConstraintHaIT |
From |
To |
|
Rename Method private checkMandatoryPropertyConstraintRule(rule MandatoryPropertyConstraintRule, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>, records RecordAccess) : void renamed to private checkMandatoryProperty(propertyKey int, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck |
From |
To |
|
Rename Method private createConstraint(label Label, prop String) : ConstraintDefinition renamed to private createUniquenessConstraint(label Label, prop String) : ConstraintDefinition in class org.neo4j.graphdb.SchemaAcceptanceTest |
From |
To |
|
Rename Method protected createConstraintOffendingNode(db GraphDatabaseService, label Label, propertyKey String, propertyValue String) : void renamed to protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Rename Method public shouldFailToCreateConstraintIfConcurrentlyCommittedNodeLacksTheMandatoryProperty() : void renamed to public shouldFailToCreateConstraintIfConcurrentlyCommittedEntityLacksTheMandatoryProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT |
From |
To |
|
Rename Method private mandatoryPropertyConstraints(label int) : Iterator<NodePropertyConstraint> renamed to private mandatoryNodePropertyConstraints(label int) : Iterator<NodePropertyConstraint> in class org.neo4j.kernel.impl.api.MandatoryPropertyEnforcer |
From |
To |
|
Rename Method private applyConstraintsDiff(state KernelStatement, constraints Iterator<PropertyConstraint>) : Iterator<PropertyConstraint> renamed to public mandatoryRelationshipPropertyConstraintCreate(state KernelStatement, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraint in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public readMandatoryPropertyConstraintRule(id long, labelId int, buffer ByteBuffer) : MandatoryNodePropertyConstraintRule renamed to public readMandatoryNodePropertyConstraintRule(id long, labelId int, buffer ByteBuffer) : MandatoryNodePropertyConstraintRule in class org.neo4j.kernel.impl.store.MandatoryNodePropertyConstraintRule |
From |
To |
|
Rename Method protected createConstraintOffendingNode(db GraphDatabaseService, label Label, propertyKey String, propertyValue String) : void renamed to protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Rename Method private checkSchemaCreationConstraints(labelId int, propertyKeyId int) : void renamed to private validateNodeConstraintCanBeCreated(labelId int, propertyKeyId int) : void in class org.neo4j.unsafe.batchinsert.BatchInserterImpl |
From |
To |
|
Rename Method public shouldFailToCreateConstraintIfConcurrentlyCreatedNodeLacksTheMandatoryProperty() : void renamed to public shouldFailToCreateConstraintIfConcurrentlyCreatedEntityLacksTheMandatoryProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintVerificationIT |
From |
To |
|
Rename Method private applyConstraintsDiff(state KernelStatement, constraints Iterator<NodePropertyConstraint>, labelId int) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForRelationshipType(state KernelStatement, typeId int) : Iterator<RelationshipPropertyConstraint> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public readMandatoryPropertyConstraintRule(id long, relTypeId int, buffer ByteBuffer) : MandatoryRelationshipPropertyConstraintRule renamed to public readMandatoryRelPropertyConstraintRule(id long, relTypeId int, buffer ByteBuffer) : MandatoryRelationshipPropertyConstraintRule in class org.neo4j.kernel.impl.store.MandatoryRelationshipPropertyConstraintRule |
From |
To |
|
Rename Method public shouldReportMissingMandatoryProperty() : void renamed to public shouldReportMissingMandatoryNodeProperty() : void in class org.neo4j.consistency.checking.full.FullCheckIntegrationTest |
From |
To |
|
Rename Method private createMandatoryPropertyConstraint(label Label, propertyKey String) : void renamed to private createMandatoryNodePropertyConstraint(label Label, propertyKey String) : void in class org.neo4j.kernel.impl.api.store.DiskLayerSchemaTest |
From |
To |
|
Rename Method private hasProperty(nodeId long, propertyKeyId int) : boolean renamed to private nodeHasProperty(nodeId long, propertyKeyId int) : boolean in class org.neo4j.kernel.impl.api.MandatoryPropertyEnforcer |
From |
To |
|
Rename Method protected abstract createConstraintOffendingNode(db GraphDatabaseService, label Label, propertyKey String, propertyValue String) : void renamed to protected abstract createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.ConstraintHaIT |
From |
To |
|
Rename Method public mandatoryPropertyConstraintRule(id long, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraintRule renamed to public mandatoryRelPropertyConstraintRule(id long, relTypeId int, propertyKeyId int) : MandatoryRelationshipPropertyConstraintRule in class org.neo4j.kernel.impl.store.MandatoryRelationshipPropertyConstraintRule |
From |
To |
|
Rename Method private applyConstraintsDiff(state KernelStatement, constraints Iterator<NodePropertyConstraint>, labelId int, propertyKeyId int) : Iterator<NodePropertyConstraint> renamed to public constraintsGetForRelationshipTypeAndPropertyKey(state KernelStatement, relTypeId int, propertyKeyId int) : Iterator<RelationshipPropertyConstraint> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Method public mandatoryPropertyConstraintRule(id long, labelId int, propertyKeyId int) : MandatoryNodePropertyConstraintRule renamed to public mandatoryNodePropertyConstraintRule(id long, labelId int, propertyKeyId int) : MandatoryNodePropertyConstraintRule in class org.neo4j.kernel.impl.store.MandatoryNodePropertyConstraintRule |
From |
To |
|
Rename Method private propertyConstraint(type Class<Rule>, labelId int, propertyKeyId int) : Rule renamed to private nodeConstraintRule(type Class<Rule>, labelId int, propertyKeyId int) : Rule in class org.neo4j.kernel.impl.store.SchemaStorage |
From |
To |
|
Push Down Method private constrainedNode(labelName String, propertyKey String, propertyValue Object) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package createConstraintAndEntity(type String, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Push Down Method private createNode(statement DataWriteOperations, key String, value Object) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package createEntity(writeOps DataWriteOperations, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Push Down Method private createUser(db HighlyAvailableGraphDatabase, name String) : void from class org.neo4j.kernel.api.ConstraintHaIT to protected createEntityInTx(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void from class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Push Down Method private createLabeledNode(statement DataWriteOperations, label String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package createEntity(writeOps DataWriteOperations, type String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Push Down Method private createUser(db HighlyAvailableGraphDatabase, name String) : void from class org.neo4j.kernel.api.ConstraintHaIT to protected createEntityInTx(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void from class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Push Down Method private createLabeledNode(statement DataWriteOperations, label String, key String, value Object) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package createEntity(writeOps DataWriteOperations, type String, property String, value String) : long from class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Push Down Method public shouldAllowNoopLabelUpdate() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to public shouldAllowNoopLabelUpdate() : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Push Down Method private createConstraint(label String, propertyKey String) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryPropertyConstraintValidationIT to package createConstraint(key String, property String) : void from class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Rename Parameter statement : DataWriteOperations to writeOps : DataWriteOperations in method package createEntity(writeOps DataWriteOperations, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Rename Parameter labelId : int to typeId : int in method public constraintsGetForRelationshipType(state KernelStatement, typeId int) : Iterator<RelationshipPropertyConstraint> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Parameter statement : DataWriteOperations to writeOps : DataWriteOperations in method package createEntity(writeOps DataWriteOperations, type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Rename Parameter label : String to type : String in method package createEntity(writeOps DataWriteOperations, type String) : long in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Rename Parameter label : Label to type : String in method protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Rename Parameter statement : DataWriteOperations to writeOps : DataWriteOperations in method package createEntity(writeOps DataWriteOperations, type String) : long in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Rename Parameter label : Label to type : String in method protected createConstraint(db GraphDatabaseService, type String, propertyKey String) : void in class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Rename Parameter propertyKeyOrNull : String to propertyKey : String in method package NodePropertyUniqueConstraintCreator(internalCreator InternalSchemaActions, label Label, propertyKey String) in class org.neo4j.kernel.impl.coreapi.schema.NodePropertyUniqueConstraintCreator |
From |
To |
|
Rename Parameter key : String to property : String in method package createEntity(writeOps DataWriteOperations, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Rename Parameter label : Label to type : String in method protected createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Rename Parameter label : Label to type : String in method protected assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Rename Parameter label : String to key : String in method package createConstraint(key String, property String) : void in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |
|
Rename Parameter rule : MandatoryPropertyConstraintRule to propertyKey : int in method private checkMandatoryProperty(propertyKey int, records RecordAccess, engine CheckerEngine<DynamicRecord,ConsistencyReport.SchemaConsistencyReport>) : void in class org.neo4j.consistency.checking.SchemaRecordCheck |
From |
To |
|
Rename Parameter propertyKeyOrNull : String to propertyKey : String in method package NodePropertyExistsConstraintCreator(internalCreator InternalSchemaActions, label Label, propertyKey String) in class org.neo4j.kernel.impl.coreapi.schema.NodePropertyExistsConstraintCreator |
From |
To |
|
Rename Parameter label : Label to type : String in method protected abstract assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.ConstraintHaIT |
From |
To |
|
Rename Parameter label : Label to type : String in method protected abstract createConstraintViolation(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.ConstraintHaIT |
From |
To |
|
Rename Parameter label : Label to type : String in method protected assertConstraintHolds(db GraphDatabaseService, type String, propertyKey String, propertyValue String) : void in class org.neo4j.kernel.api.MandatoryNodePropertyConstraintHaIT |
From |
To |
|
Rename Parameter constraints : Iterator<NodePropertyConstraint> to existingConstraints : Iterator<C> in method private assertConstraintExists(constraint C, existingConstraints Iterator<C>) : void in class org.neo4j.kernel.impl.api.DataIntegrityValidatingStatementOperations |
From |
To |
|
Rename Parameter labelId : int to relTypeId : int in method public constraintsGetForRelationshipTypeAndPropertyKey(state KernelStatement, relTypeId int, propertyKeyId int) : Iterator<RelationshipPropertyConstraint> in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations |
From |
To |
|
Rename Parameter label : Label to type : String in method protected abstract createConstraint(db GraphDatabaseService, type String, propertyKey String) : void in class org.neo4j.kernel.api.ConstraintHaIT |
From |
To |
|
Rename Parameter label : Label to type : String in method protected createConstraint(db GraphDatabaseService, type String, propertyKey String) : void in class org.neo4j.kernel.api.UniquenessConstraintHaIT |
From |
To |
|
Rename Parameter propertyKey : String to property : String in method package createConstraint(key String, property String) : void in class org.neo4j.kernel.impl.api.integrationtest.MandatoryNodePropertyConstraintValidationIT |
From |
To |