1b28a1c02e2b3adb408efda4b210c829b1821d72
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 3
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type long[] to long[][] in method private createClusterArray(block int, positionByteInt int) : long[][] in class com.orientechnologies.orient.core.sql.executor.ORidSet | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable cluster : int to block : int in method private expandClusterBlocks(longs long[][], block int, blockPositionByteInt int) : long[][] in class com.orientechnologies.orient.core.sql.executor.ORidSet | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type oldContent : long[][] to oldContent : long[][][] in method public add(identifiable ORID) : boolean in class com.orientechnologies.orient.core.sql.executor.ORidSet | From | To | |
| Extract Method | 1 | ||
| Extract Method private expandClusterBlocks(longs long[][], block int, blockPositionByteInt int) : long[][] extracted from public add(identifiable ORID) : boolean in class com.orientechnologies.orient.core.sql.executor.ORidSet | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type content : long[][] to content : long[][][] in class com.orientechnologies.orient.core.sql.executor.ORidSet | From | To |