3745b54165cc3f4845682f6f5bb6e9c8f97039b9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 4 | ||
Pull Up Method private allocatePage(bag ReuseBag) : long from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree to protected allocatePage(bag ReuseBag) : long from class org.apache.ignite.internal.processors.cache.database.DataStructure | From | To | |
Pull Up Method protected allocatePage() : long from class org.apache.ignite.internal.processors.cache.database.freelist.PagesList to protected allocatePageNoReuse() : long from class org.apache.ignite.internal.processors.cache.database.DataStructure | From | To | |
Pull Up Method private page(pageId long) : Page from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree to protected page(pageId long) : Page from class org.apache.ignite.internal.processors.cache.database.DataStructure | From | To | |
Pull Up Method protected allocatePageNoReuse() : long from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree to protected allocatePageNoReuse() : long from class org.apache.ignite.internal.processors.cache.database.DataStructure | From | To | |
Push Down Method | 1 | ||
Push Down Method public getName() : String from class org.apache.ignite.internal.processors.cache.database.DataStructure to public getName() : String from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Move And Rename Method | 2 | ||
Move And Rename Method public getForwardId(buf ByteBuffer) : long from class org.apache.ignite.internal.processors.cache.database.freelist.io.PagesListNodeIO to public getNextMetaPageId(buf ByteBuffer) : long from class org.apache.ignite.internal.processors.cache.database.freelist.io.PagesListMetaIO | From | To | |
Move And Rename Method public getBackId(buf ByteBuffer) : long from class org.apache.ignite.internal.processors.cache.database.freelist.io.PagesListNodeIO to public getNextMetaPageId(buf ByteBuffer) : long from class org.apache.ignite.internal.processors.cache.database.freelist.io.PagesListMetaIO | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type client : BPlusTree<?,?> to client : DataStructure in method private tree(client DataStructure) : ReuseTree in class org.apache.ignite.internal.processors.cache.database.tree.reuse.ReuseList | From | To | |
Change Parameter Type client : BPlusTree<?,?> to client : DataStructure in method public take(client DataStructure, bag ReuseBag) : long in class org.apache.ignite.internal.processors.cache.database.tree.reuse.ReuseList | From | To | |
Pull Up Attribute | 1 | ||
Pull Up Attribute private reuseList : ReuseList from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree to protected reuseList : ReuseList from class org.apache.ignite.internal.processors.cache.database.DataStructure | From | To | |
Change Return Type | 2 | ||
Change Return Type Result to boolean in method protected abstract run0(pageId long, page Page, buf ByteBuffer, io PagesListNodeIO, arg X, intArg int) : boolean in class org.apache.ignite.internal.processors.cache.database.freelist.PagesList.CheckingPageHandler | From | To | |
Change Return Type Result to Boolean in method public run(pageId long, page Page, io PagesListNodeIO, buf ByteBuffer, arg X, intArg int) : Boolean in class org.apache.ignite.internal.processors.cache.database.freelist.PagesList.CheckingPageHandler | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute private name : String from class org.apache.ignite.internal.processors.cache.database.DataStructure to private name : String from class org.apache.ignite.internal.processors.cache.database.tree.BPlusTree | From | To | |
Rename Attribute | 2 | ||
Rename Attribute name : String to reuseList : ReuseList in class org.apache.ignite.internal.processors.cache.database.DataStructure | From | To | |
Rename Attribute T_PAGE_LIST : short to T_PAGE_LIST_NODE : short in class org.apache.ignite.internal.processors.cache.database.tree.io.PageIO | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type name : String to reuseList : ReuseList in class org.apache.ignite.internal.processors.cache.database.DataStructure | From | To |