8ef4abeb0753e4de7037d4443e1ddf14588a1028
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public containsPropertyKeyId(propertyKeyId int) : boolean from class org.neo4j.kernel.impl.store.record.RelationshipPropertyExistenceConstraintRule to public containsPropertyKeyId(propertyKeyId int) : boolean from class org.neo4j.kernel.impl.store.record.PropertyConstraintRule | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public hashCode() : int moved from class org.neo4j.kernel.impl.store.record.IndexRule to class org.neo4j.kernel.impl.store.record.AbstractSchemaRule & inlined to public hashCode() : int | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type relationshipType : int to descriptor : RelationshipPropertyDescriptor in method public RelationshipPropertyConstraintRule(id long, descriptor RelationshipPropertyDescriptor, kind Kind) in class org.neo4j.kernel.impl.store.record.RelationshipPropertyConstraintRule | From | To | |
Extract Method | 1 | ||
Extract Method public descriptor() : RelationshipPropertyDescriptor extracted from public getRelationshipType() : int in class org.neo4j.kernel.impl.store.record.RelationshipPropertyConstraintRule | From | To | |
Rename Parameter | 1 | ||
Rename Parameter relationshipType : int to descriptor : RelationshipPropertyDescriptor in method public RelationshipPropertyConstraintRule(id long, descriptor RelationshipPropertyDescriptor, kind Kind) in class org.neo4j.kernel.impl.store.record.RelationshipPropertyConstraintRule | From | To |