8b61fdc2df75134e37a2b0e910fe108a42bbb828
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type void to boolean in method private execParallelWithMultipleThreads(iTarget ORecordIteratorClusters, db ODatabaseDocumentTx) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect | From | To | |
Change Return Type void to boolean in method private execParallelWithPool(iTarget Iterator<? extends OIdentifiable>, db ODatabaseDocumentInternal) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect | From | To | |
Change Return Type void to boolean in method private parallelExec(iTarget Iterator<? extends OIdentifiable>) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect | From | To | |
Extract Method | 1 | ||
Extract Method private serialExec(iTarget Iterator<? extends OIdentifiable>) : boolean extracted from private fetchFromTarget(iTarget Iterator<? extends OIdentifiable>) : boolean in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type uniqueResult : Set<ORID> to uniqueResult : ConcurrentHashMap<ORID,ORID> in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLSelect | From | To |