ca035bfa9cebfef81ab03b51e1813c04dec20773
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type iRids : Set<ORecordId> to iRids : Collection<ORecordId> in method public readRecords(iRids Collection<ORecordId>) : Collection<OPair<ORecordId,ORawBuffer>> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Parameter Type iRids : Set<ORecordId> to iRids : Collection<ORecordId> in method protected getRidsGroupedByCluster(iRids Collection<ORecordId>) : Map<Integer,List<ORecordId>> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Return Type | 1 | ||
Change Return Type List<OPair<ORecordId,ORawBuffer>> to Collection<OPair<ORecordId,ORawBuffer>> in method public readRecords(iRids Collection<ORecordId>) : Collection<OPair<ORecordId,ORawBuffer>> in class com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage | From | To | |
Change Variable Type | 2 | ||
Change Variable Type rids : Set<ORecordId> to rids : Collection<ORecordId> in method public executeReadRecords(iRids Set<ORecordId>, ignoreCache boolean) : Set<ORecord> in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx | From | To | |
Change Variable Type rawRecords : List<OPair<ORecordId,ORawBuffer>> to rawRecords : Collection<OPair<ORecordId,ORawBuffer>> in method public executeReadRecords(iRids Set<ORecordId>, ignoreCache boolean) : Set<ORecord> in class com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx | From | To |