4b5ead5e58a1507bd2f62b45d02e219fbdd3df02
Files Diff
- Added: 4
- Removed: 6
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 4 | ||
Move Method public relLoadProperties(relId long, receiver RECEIVER) : RECEIVER from class org.neo4j.kernel.impl.transaction.state.PropertyLoader to private relLoadProperties(relId long, receiver RECEIVER) : void from class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Move Method private loadProperties(nextProp long, receiver RECEIVER) : RECEIVER from class org.neo4j.kernel.impl.transaction.state.PropertyLoader to private loadProperties(nextProp long, receiver RECEIVER) : void from class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Move Method public nodeLoadProperties(nodeId long, receiver RECEIVER) : RECEIVER from class org.neo4j.kernel.impl.transaction.state.PropertyLoader to private nodeLoadProperties(nodeId long, receiver RECEIVER) : void from class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Move Method private receivePropertyChain(receiver RECEIVER, chain Collection<PropertyRecord>) : RECEIVER from class org.neo4j.kernel.impl.transaction.state.PropertyLoader to private receivePropertyChain(receiver RECEIVER, chain Collection<PropertyRecord>) : void from class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Change Return Type | 4 | ||
Change Return Type RECEIVER to void in method private nodeLoadProperties(nodeId long, receiver RECEIVER) : void in class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Change Return Type RECEIVER to void in method private loadProperties(nextProp long, receiver RECEIVER) : void in class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Change Return Type RECEIVER to void in method private receivePropertyChain(receiver RECEIVER, chain Collection<PropertyRecord>) : void in class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Change Return Type RECEIVER to void in method private relLoadProperties(relId long, receiver RECEIVER) : void in class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Move Attribute | 1 | ||
Move Attribute private nodeStore : NodeStore from class org.neo4j.kernel.impl.transaction.state.PropertyLoader to private nodeStore : NodeStore from class org.neo4j.kernel.impl.store.NeoStoresTest | From | To | |
Move Class | 4 | ||
Move Class org.neo4j.kernel.impl.transaction.state.PropertyCreatorTest moved to org.neo4j.kernel.impl.storageengine.impl.recordstorage.PropertyCreatorTest | From | To | |
Move Class org.neo4j.kernel.impl.transaction.state.PropertyCreator moved to org.neo4j.kernel.impl.storageengine.impl.recordstorage.PropertyCreator | From | To | |
Move Class org.neo4j.kernel.impl.transaction.state.TransactionRecordState moved to org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionRecordState | From | To | |
Move Class org.neo4j.kernel.impl.transaction.state.TransactionRecordStateTest moved to org.neo4j.kernel.impl.storageengine.impl.recordstorage.TransactionRecordStateTest | From | To |