7e5cd465e9970d29c90b93bcdb551e94b28dd015
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldEnforceUniquenessConstraintOnSetProperty() : void renamed to public shouldEnforceOnSetProperty() : void in class org.neo4j.kernel.impl.api.integrationtest.UniquenessConstraintValidationIT | From | To | |
| Rename Variable | 1 | ||
| Rename Variable propertyIds : int[] to schemaPropertyIds : int[] in method private getAllPropertyValues(state KernelStatement, schema SchemaDescriptor, node NodeItem, specialProperty DefinedProperty) : ExactPredicate[] in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations | From | To | |
| Extract Variable | 1 | ||
| Extract Variable nodePropertyId : int in method private getAllPropertyValues(state KernelStatement, schema SchemaDescriptor, node NodeItem, specialProperty DefinedProperty) : ExactPredicate[] from class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations | From | To | |
| Extract Method | 1 | ||
| Extract Method private getAllPropertyValues(state KernelStatement, schema SchemaDescriptor, node NodeItem, specialProperty DefinedProperty) : ExactPredicate[] extracted from private getAllPropertyValues(state KernelStatement, schema SchemaDescriptor, node NodeItem) : ExactPredicate[] in class org.neo4j.kernel.impl.api.ConstraintEnforcingEntityOperations | From | To |