fecd1c2809c0d6b88462ab52d019809a101816ad
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public assertPropertyConstraintCreationAllowed() : void renamed to public validateNodePropertyExistenceConstraint(allNodes Cursor<NodeItem>, label int, propertyKey int) : void in class org.neo4j.kernel.impl.constraints.StandardConstraintSemantics | From | To | |
Rename Method public assertPropertyConstraintCreationAllowed() : void renamed to public validateNodePropertyExistenceConstraint(allNodes Cursor<NodeItem>, label int, propertyKey int) : void in class org.neo4j.kernel.impl.constraints.ConstraintSemantics | From | To | |
Move Attribute | 1 | ||
Move Attribute private constraintSemantics : ConstraintSemantics from class org.neo4j.kernel.impl.api.OperationsFacade to private constraintSemantics : ConstraintSemantics from class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations | From | To |