d1af30432bc38c23903283d4e20f08b7780c517b
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private nextIdFromDefragList() : long from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl to public getId() : long from class org.neo4j.kernel.impl.store.id.FreeIdKeeper | From | To | |
Move Method | 4 | ||
Move Method private readIdBatch() : void from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl to private readIdBatch() : void from class org.neo4j.kernel.impl.store.id.FreeIdKeeper | From | To | |
Move Method private writeIdBatch(writeBuffer ByteBuffer) : void from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl to private writeIdBatch(writeBuffer ByteBuffer) : void from class org.neo4j.kernel.impl.store.id.FreeIdKeeper | From | To | |
Move Method private defragReusableIdsInFile(writeBuffer ByteBuffer) : void from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl to private defragReusableIdsInFile(writeBuffer ByteBuffer) : void from class org.neo4j.kernel.impl.store.id.FreeIdKeeper | From | To | |
Move Method private canReadMoreIdBatches() : boolean from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl to private canReadMoreIdBatches() : boolean from class org.neo4j.kernel.impl.store.id.FreeIdKeeper | From | To | |
Move Attribute | 3 | ||
Move Attribute private readPosition : long from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl to private readPosition : long from class org.neo4j.kernel.impl.store.id.FreeIdKeeper | From | To | |
Move Attribute private defraggedIdCount : long from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl to private defraggedIdCount : long from class org.neo4j.kernel.impl.store.id.FreeIdKeeper | From | To | |
Move Attribute private maxReadPosition : long from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl to private maxReadPosition : long from class org.neo4j.kernel.impl.store.id.FreeIdKeeper | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.kernel.impl.store.id.FreeIdKeeper from class org.neo4j.kernel.impl.store.id.IdGeneratorImpl | From | To |