1e2dc8f818d2a83d090ff40f3b6533f292e0d21d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private checkName(name String) : String renamed to public nameOrDefault(name String, defaultName String) : String in class org.neo4j.storageengine.api.schema.SchemaRule | From | To | |
Push Down Method | 2 | ||
Push Down Method public getName() : String from class org.neo4j.storageengine.api.schema.SchemaRule to public getName() : String from class org.neo4j.kernel.impl.store.record.ConstraintRule | From | To | |
Push Down Method public getId() : long from class org.neo4j.storageengine.api.schema.SchemaRule to public getId() : long from class org.neo4j.kernel.impl.store.record.ConstraintRule | From | To | |
Move And Inline Method | 1 | ||
Move And Inline Method public serialize() : byte[] moved from class org.neo4j.kernel.impl.store.record.ConstraintRule to class org.neo4j.consistency.checking.full.FullCheckIntegrationTest & inlined to private serializeRule(rule SchemaRule, records DynamicRecord...) : Collection<DynamicRecord> | From | To | |
Push Down Attribute | 3 | ||
Push Down Attribute protected name : String from class org.neo4j.storageengine.api.schema.SchemaRule to private name : String from class org.neo4j.kernel.impl.store.record.ConstraintRule | From | To | |
Push Down Attribute protected id : long from class org.neo4j.storageengine.api.schema.SchemaRule to private id : long from class org.neo4j.kernel.impl.store.record.ConstraintRule | From | To | |
Push Down Attribute protected id : long from class org.neo4j.storageengine.api.schema.SchemaRule to private id : long from class org.neo4j.kernel.impl.store.record.IndexRule | From | To |