8c1ac147783026269139b39efe52866ce2b1ac44
Files Diff
- Added: 11
- Removed: 1
- Renamed: 0
- Modified: 35
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method package IdType(allowAggressiveReuse boolean) from class org.neo4j.kernel.impl.store.id.IdType to public IdTypeConfiguration(allowAggressiveReuse boolean) from class org.neo4j.kernel.impl.store.id.configuration.IdTypeConfiguration | From | To | |
| Move Method | 4 | ||
| Move Method public create(filename File, highId long, throwIfFileExists boolean) : void from class org.neo4j.kernel.impl.store.id.IdGeneratorFactory.Delegate to public create(filename File, highId long, throwIfFileExists boolean) : void from class org.neo4j.kernel.impl.store.id.BufferingIdGeneratorFactory | From | To | |
| Move Method public maintenance() : void from class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine to public maintenance() : void from class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine.BufferedIdMaintenanceController | From | To | |
| Move Method public allowAggressiveReuse() : boolean from class org.neo4j.kernel.impl.store.id.IdType to public allowAggressiveReuse() : boolean from class org.neo4j.kernel.impl.store.id.configuration.IdTypeConfiguration | From | To | |
| Move Method public getGrabSize() : int from class org.neo4j.kernel.impl.store.id.IdType to public getGrabSize() : int from class org.neo4j.kernel.impl.store.id.configuration.IdTypeConfiguration | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private allowAggressiveReuse : boolean from class org.neo4j.kernel.impl.store.id.IdType to private allowAggressiveReuse : boolean from class org.neo4j.kernel.impl.store.id.configuration.IdTypeConfiguration | From | To | |
| Move Attribute private delegate : IdGeneratorFactory from class org.neo4j.kernel.impl.store.id.IdGeneratorFactory.Delegate to private delegate : IdGeneratorFactory from class org.neo4j.kernel.impl.store.id.BufferingIdGeneratorFactory | From | To | |
| Extract Class | 2 | ||
| Extract Class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine.BufferedIdMaintenanceController from class org.neo4j.kernel.impl.storageengine.impl.recordstorage.RecordStorageEngine | From | To | |
| Extract Class org.neo4j.kernel.impl.store.id.configuration.IdTypeConfiguration from class org.neo4j.kernel.impl.store.id.IdType | From | To | |
| Move Class | 1 | ||
| Move Class org.neo4j.graphdb.IdReuseTest moved to org.neo4j.graphdb.store.id.IdReuseTest | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute stores : NeoStores to neoStores : NeoStores in method private getNodeRelationshipCursor() : StoreNodeRelationshipCursor in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest | From | To | |
| Extract Method | 1 | ||
| Extract Method private getNodeRelationshipCursor() : StoreNodeRelationshipCursor extracted from public shouldHandleDenseNodeWithNoRelationships() : void in class org.neo4j.kernel.impl.api.store.StoreNodeRelationshipCursorTest | From | To | |
| Inline Variable | 1 | ||
| Inline Variable aggressiveReuse : boolean in method public open(fileName File, grabSize int, idType IdType, highId long, maxId long) : IdGenerator from class org.neo4j.kernel.impl.store.id.DefaultIdGeneratorFactory | From | To |