13821dfa858b592ae0d418185a55da93e900fee6
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method package initialiseFlags(pagedFile MuninnPagedFile, pageId long, pf_flags int) : void renamed to package initialise(pagedFile MuninnPagedFile, pageId long, pf_flags int) : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCursor | From | To | |
Inline Method | 2 | ||
Inline Method private createWriteCursor(cursorSets CursorSets) : MuninnWritePageCursor inlined to package takeWriteCursor(pageId long, pf_flags int) : MuninnWritePageCursor in class org.neo4j.io.pagecache.impl.muninn.CursorFactory | From | To | |
Inline Method private createReadCursor(cursorSets CursorSets) : MuninnReadPageCursor inlined to package takeReadCursor(pageId long, pf_flags int) : MuninnReadPageCursor in class org.neo4j.io.pagecache.impl.muninn.CursorFactory | From | To | |
Rename Class | 1 | ||
Rename Class org.neo4j.io.pagecache.impl.muninn.CursorPool renamed to org.neo4j.io.pagecache.impl.muninn.CursorFactory | From | To | |
Rename Attribute | 1 | ||
Rename Attribute cursorPool : CursorPool to cursorFactory : CursorFactory in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type cursorPool : CursorPool to cursorFactory : CursorFactory in class org.neo4j.io.pagecache.impl.muninn.MuninnPagedFile | From | To |