e0e0115e39529a8c9e1514463e9210ed28b6a399
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public shouldFailWhenTryingToOpenWithDifferentFormatVersion() : void renamed to public shouldFailWhenTryingToOpenWithDifferentFormatIdentifier() : void in class org.neo4j.index.internal.gbptree.GBPTreeTest | From | To | |
| Rename Variable | 1 | ||
| Rename Variable pageSize : int to meta : Meta in method private openExistingIndexFile(pageCache PageCache, indexFile File) : PagedFile in class org.neo4j.index.internal.gbptree.GBPTree | From | To | |
| Change Return Type | 1 | ||
| Change Return Type int to Meta in method private readMeta(layout Layout<KEY,VALUE>, pagedFile PagedFile) : Meta in class org.neo4j.index.internal.gbptree.GBPTree | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type pageSize : int to meta : Meta in method private openExistingIndexFile(pageCache PageCache, indexFile File) : PagedFile in class org.neo4j.index.internal.gbptree.GBPTree | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method package layout() : Builder extracted from package getLayout() : TestLayout<MutableLong,MutableLong> in class org.neo4j.index.internal.gbptree.GBPTreeReadWriteFixedSizeTest & moved to class org.neo4j.index.internal.gbptree.SimpleLongLayout | From | To | |
| Extract And Move Method package layout() : Builder extracted from package getLayout() : TestLayout<MutableLong,MutableLong> in class org.neo4j.index.internal.gbptree.SeekCursorFixedSizeTest & moved to class org.neo4j.index.internal.gbptree.SimpleLongLayout | From | To |