077d5002209f8f91f3958ee904f6c532176d5907
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private readHeader(headerReader Header.Reader, cursor PageCursor) : void renamed to private doReadHeader(headerReader Header.Reader, cursor PageCursor) : void in class org.neo4j.index.internal.gbptree.GBPTree | From | To | |
Move Method | 2 | ||
Move Method public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.NumberLayout to public majorVersion() : int from class org.neo4j.index.internal.gbptree.Layout.ReadOnlyMetaLayout | From | To | |
Move Method public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.NumberLayout to public minorVersion() : int from class org.neo4j.index.internal.gbptree.Layout.ReadOnlyMetaLayout | From | To | |
Change Return Type | 1 | ||
Change Return Type void to int in method private readMeta(layout Layout<KEY,VALUE>, pagedFile PagedFile) : int in class org.neo4j.index.internal.gbptree.GBPTree | From | To | |
Extract Class | 1 | ||
Extract Class org.neo4j.index.internal.gbptree.Layout.ReadOnlyMetaLayout from class org.neo4j.kernel.impl.index.schema.NumberLayout | From | To | |
Move Class | 1 | ||
Move Class org.neo4j.kernel.impl.index.schema.NativeSchemaNumberIndexPopulatorTest.NativeSchemaIndexHeaderReader moved to org.neo4j.kernel.impl.index.schema.NativeSchemaIndexHeaderReader | From | To | |
Extract Method | 2 | ||
Extract Method private createNewIndexFile(pageCache PageCache, indexFile File, pageSizeForCreation int) : PagedFile extracted from private openOrCreate(pageCache PageCache, indexFile File, pageSizeForCreation int, layout Layout<KEY,VALUE>) : PagedFile in class org.neo4j.index.internal.gbptree.GBPTree | From | To | |
Extract Method private openExistingIndexFile(pageCache PageCache, indexFile File, layout Layout<KEY,VALUE>) : PagedFile extracted from private openOrCreate(pageCache PageCache, indexFile File, pageSizeForCreation int, layout Layout<KEY,VALUE>) : PagedFile in class org.neo4j.index.internal.gbptree.GBPTree | From | To |