f95cafa14224864035414d7159c8ccfc9e97272e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public initialise(pagedFile MuninnPagedFile, pageId long, pf_flags int) : void renamed to public initialiseFlags(pagedFile MuninnPagedFile, pageId long, pf_flags int) : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCursor | From | To | |
Rename Method public takeWriteCursor() : MuninnWritePageCursor renamed to protected initialValue() : CursorSets in class org.neo4j.io.pagecache.impl.muninn.CursorPool | From | To | |
Change Return Type | 1 | ||
Change Return Type MuninnWritePageCursor to CursorSets in method protected initialValue() : CursorSets in class org.neo4j.io.pagecache.impl.muninn.CursorPool | From | To | |
Extract Variable | 1 | ||
Extract Variable locked : boolean in method protected pin(filePageId long, writeLock boolean) : void from class org.neo4j.io.pagecache.impl.muninn.MuninnPageCursor | From | To | |
Extract Method | 1 | ||
Extract Method private uncommonPin(item Object, filePageId long, chunkOffset long, chunk Object[]) : Object extracted from protected pin(filePageId long, writeLock boolean) : void in class org.neo4j.io.pagecache.impl.muninn.MuninnPageCursor | From | To |