e04c08c140a59962253e322f5eea615c1b70cd9d
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type entries : List<OBrowseEntry> to entries : List<OClusterBrowseEntry> in method public OClusterBrowsePage(entries List<OClusterBrowseEntry>, lastPosition long) in class com.orientechnologies.orient.core.storage.impl.local.OClusterBrowsePage | From | To | |
Rename Variable | 1 | ||
Rename Variable nexts : OPhysicalPosition[] to nextPositions : OPhysicalPosition[] in method private nextPage(clusterId int, lastPosition long) : OClusterBrowsePage in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Return Type | 4 | ||
Change Return Type Spliterator<OBrowseEntry> to Spliterator<OClusterBrowseEntry> in method public spliterator() : Spliterator<OClusterBrowseEntry> in class com.orientechnologies.orient.core.storage.impl.local.OClusterBrowsePage | From | To | |
Change Return Type Iterator<OBrowsePage> to Iterator<OClusterBrowsePage> in method public browseCluster(clusterId int) : Iterator<OClusterBrowsePage> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Return Type Iterator<OBrowseEntry> to Iterator<OClusterBrowseEntry> in method public iterator() : Iterator<OClusterBrowseEntry> in class com.orientechnologies.orient.core.storage.impl.local.OClusterBrowsePage | From | To | |
Change Return Type OBrowsePage to OClusterBrowsePage in method private nextPage(clusterId int, lastPosition long) : OClusterBrowsePage in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Rename Class | 1 | ||
Rename Class com.orientechnologies.orient.core.storage.impl.local.OBrowsePage renamed to com.orientechnologies.orient.core.storage.impl.local.OClusterBrowsePage | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.orientechnologies.orient.core.storage.impl.local.OBrowsePage.OBrowseEntry moved and renamed to com.orientechnologies.orient.core.storage.impl.local.OClusterBrowseEntry | From | To | |
Change Variable Type | 7 | ||
Change Variable Type curPage : OBrowsePage to curPage : OClusterBrowsePage in method public browseCluster(clusterId int) : Iterator<OClusterBrowsePage> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Variable Type entry : OBrowsePage.OBrowseEntry to entry : OClusterBrowseEntry in method public testBrowse() : void in class com.orientechnologies.orient.core.storage.impl.local.OBrowseClusterTest | From | To | |
Change Variable Type page : OBrowsePage to page : OClusterBrowsePage in method public browseCluster(clusterId int) : Iterator<OClusterBrowsePage> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Variable Type page : OBrowsePage to page : OClusterBrowsePage in method public testBrowse() : void in class com.orientechnologies.orient.core.storage.impl.local.OBrowseClusterTest | From | To | |
Change Variable Type browser : Iterator<OBrowsePage> to browser : Iterator<OClusterBrowsePage> in method public testBrowse() : void in class com.orientechnologies.orient.core.storage.impl.local.OBrowseClusterTest | From | To | |
Change Variable Type nexv : List<OBrowsePage.OBrowseEntry> to nexv : List<OClusterBrowseEntry> in method private nextPage(clusterId int, lastPosition long) : OClusterBrowsePage in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Variable Type curPage : OBrowsePage to curPage : OClusterBrowsePage in method public next() : OClusterBrowsePage in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.browseCluster | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type entries : List<OBrowseEntry> to entries : List<OClusterBrowseEntry> in class com.orientechnologies.orient.core.storage.impl.local.OClusterBrowsePage | From | To |