aff65cef34429bc15f8e1cf82d811252cf2002b7
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Parameterize Variable | 4 | ||
| Parameterize Variable relationship : RelationshipItem to entity : EntityItem in method private readProperty(propertyKeyId int, entity EntityItem, entityType EntityType) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Parameterize Variable node : NodeItem to entity : EntityItem in method private readProperty(propertyKeyId int, entity EntityItem, entityType EntityType) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Change Variable Type | 4 | ||
| Change Variable Type node : NodeItem to entity : EntityItem in method private readProperty(propertyKeyId int, entity EntityItem, entityType EntityType) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Change Variable Type relationship : RelationshipItem to entity : EntityItem in method private readProperty(propertyKeyId int, entity EntityItem, entityType EntityType) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Extract Method | 6 | ||
| Extract Method private readProperty(propertyKeyId int, entity EntityItem, entityType EntityType) : Property extracted from public nodeSetProperty(state KernelStatement, nodeId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Extract Method private readProperty(propertyKeyId int, entity EntityItem, entityType EntityType) : Property extracted from public relationshipSetProperty(state KernelStatement, relationshipId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Extract Method private readProperty(propertyKeyId int, entity EntityItem, entityType EntityType) : Property extracted from public nodeRemoveProperty(state KernelStatement, nodeId long, propertyKeyId int) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Extract Method private readProperty(propertyKeyId int, entity EntityItem, entityType EntityType) : Property extracted from public relationshipRemoveProperty(state KernelStatement, relationshipId long, propertyKeyId int) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Extract Method private autoIndexProperty(entityId long, property DefinedProperty, ops DataWriteOperations, existingProperty Property, indexing AutoIndexOperations) : void extracted from public relationshipSetProperty(state KernelStatement, relationshipId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Extract Method private autoIndexProperty(entityId long, property DefinedProperty, ops DataWriteOperations, existingProperty Property, indexing AutoIndexOperations) : void extracted from public nodeSetProperty(state KernelStatement, nodeId long, property DefinedProperty) : Property in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter nodeId : long to entityId : long in method private autoIndexProperty(entityId long, property DefinedProperty, ops DataWriteOperations, existingProperty Property, indexing AutoIndexOperations) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To | |
| Rename Parameter relationshipId : long to entityId : long in method private autoIndexProperty(entityId long, property DefinedProperty, ops DataWriteOperations, existingProperty Property, indexing AutoIndexOperations) : void in class org.neo4j.kernel.impl.api.StateHandlingStatementOperations | From | To |