54dfe41532da565ed92574add89de27c678e5f6a
Files Diff
- Added: 3
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testMerge() : void renamed to public testUnion() : void in class org.neo4j.collection.primitive.PrimitiveArraysUnionTest | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type property : String to properties : String... in method public createNodeKeyConstraint(db GraphDatabaseService, label Label, properties String...) : void in class org.neo4j.SchemaHelper | From | To | |
Rename Variable | 5 | ||
Rename Variable label : int to relType : int in method package createConstraintAndEntity(type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT | From | To | |
Rename Variable node : long to end : long in method package createEntity(statement Statement, type String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT | From | To | |
Rename Variable propertyKey : int to propertyKeyId : int in method package createConstraint(key String, property String) : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT | From | To | |
Rename Variable label : int to relTypeId : int in method package createConstraint(key String, property String) : void in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT | From | To | |
Rename Variable node : long to relationship : long in method package createEntity(statement Statement, type String, property String, value String) : long in class org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT | From | To | |
Move And Rename Class | 3 | ||
Move And Rename Class org.neo4j.kernel.impl.api.integrationtest.PropertyExistenceConstraintValidationIT.NodePropertyExistenceExistenceConstraintValidationIT moved and renamed to org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.RelationshipPropertyExistenceConstraintValidationIT | From | To | |
Move And Rename Class org.neo4j.kernel.impl.api.integrationtest.PropertyExistenceConstraintValidationIT moved and renamed to org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.NodePropertyExistenceConstraintValidationIT | From | To | |
Move And Rename Class org.neo4j.kernel.impl.api.integrationtest.PropertyExistenceConstraintValidationIT.RelationshipPropertyExistenceExistenceConstraintValidationIT moved and renamed to org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT | From | To | |
Move Class | 2 | ||
Move Class org.neo4j.kernel.impl.api.integrationtest.PropertyExistenceConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT moved to org.neo4j.kernel.impl.api.integrationtest.PropertyConstraintValidationIT.AbstractPropertyExistenceConstraintValidationIT | From | To | |
Move Class org.neo4j.kernel.enterprise.ImpermanentEnterpriseDatabaseRule moved to org.neo4j.test.rule.ImpermanentEnterpriseDatabaseRule | From | To | |
Rename Parameter | 1 | ||
Rename Parameter property : String to properties : String... in method public createNodeKeyConstraint(db GraphDatabaseService, label Label, properties String...) : void in class org.neo4j.SchemaHelper | From | To |