26fa27d15d3a76f4528d945de6aadf2b11085862
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 4 | ||
Extract Method public uniqueForSchema(schema SchemaDescriptor) : ConstraintDescriptor extracted from public uniqueForLabel(labelId int, propertyIds int...) : ConstraintDescriptor in class org.neo4j.kernel.api.schema_new.constaints.ConstraintDescriptorFactory | From | To | |
Extract Method public existsForSchema(schema SchemaDescriptor) : ConstraintDescriptor extracted from public existsForLabel(labelId int, propertyIds int...) : ConstraintDescriptor in class org.neo4j.kernel.api.schema_new.constaints.ConstraintDescriptorFactory | From | To | |
Extract Method public uniqueForSchema(schema SchemaDescriptor) : ConstraintDescriptor extracted from public uniqueForRelType(relTypeId int, propertyIds int...) : ConstraintDescriptor in class org.neo4j.kernel.api.schema_new.constaints.ConstraintDescriptorFactory | From | To | |
Extract Method public existsForSchema(schema SchemaDescriptor) : ConstraintDescriptor extracted from public existsForRelType(relTypeId int, propertyIds int...) : ConstraintDescriptor in class org.neo4j.kernel.api.schema_new.constaints.ConstraintDescriptorFactory | From | To |