04b1fdb3877ce7104bfb3b5b7a1550f04e5c8334
Files Diff
- Added: 0
 - Removed: 0
 - Renamed: 0
 - Modified: 76
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Inline Method | 1 | ||
| Move And Inline Method public truncate() : void moved from class com.orientechnologies.orient.core.storage.cluster.OOfflineCluster to class com.orientechnologies.orient.core.metadata.schema.OClassImpl & inlined to public truncate() : void | From | To | |
| Rename Variable | 3 | ||
| Rename Variable cluster : OCluster to iteratorCluster : ORecordIteratorCluster<ORecord> in method protected truncateClusterInternal(clusterName String, database ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.metadata.schema.OClassImpl | From | To | |
| Rename Variable cluster : OCluster to iteratorCluster : ORecordIteratorCluster<ODocument> in method public executeDDL(ctx OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.parser.OTruncateClusterStatement | From | To | |
| Rename Variable cluster : OCluster to iteratorCluster : ORecordIteratorCluster<ORecord> in method public execute(iArgs Map<Object,Object>) : Object in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLTruncateCluster | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type cluster : OCluster to iteratorCluster : ORecordIteratorCluster<ORecord> in method protected truncateClusterInternal(clusterName String, database ODatabaseDocumentInternal) : void in class com.orientechnologies.orient.core.metadata.schema.OClassImpl | From | To | |
| Change Variable Type cluster : OCluster to iteratorCluster : ORecordIteratorCluster<ODocument> in method public executeDDL(ctx OCommandContext) : OResultSet in class com.orientechnologies.orient.core.sql.parser.OTruncateClusterStatement | From | To | |
| Change Variable Type cluster : OCluster to iteratorCluster : ORecordIteratorCluster<ORecord> in method public execute(iArgs Map<Object,Object>) : Object in class com.orientechnologies.orient.core.sql.OCommandExecutorSQLTruncateCluster | From | To |