88638b026231ec9b4b81b9fcbd9b4a44c784cbd5
Files Diff
- Added: 10
 - Removed: 10
 - Renamed: 0
 - Modified: 9
 
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type component : OLocalHashTable to component : OLocalHashTableV2 in method public OLocalHashTableException(message String, component OLocalHashTableV2) in class com.orientechnologies.orient.core.exception.OLocalHashTableException | From | To | |
| Rename Class | 3 | ||
| Rename Class com.orientechnologies.orient.core.storage.index.hashindex.local.OLocalHashTableTestIT renamed to com.orientechnologies.orient.core.storage.index.hashindex.local.OLocalHashTableV2TestIT | From | To | |
| Rename Class com.orientechnologies.orient.core.storage.index.hashindex.local.OLocalHashTableEncryptionTestIT renamed to com.orientechnologies.orient.core.storage.index.hashindex.local.OLocalHashTableV2EncryptionTestIT | From | To | |
| Rename Class com.orientechnologies.orient.core.storage.index.hashindex.local.OLocalHashTableBase renamed to com.orientechnologies.orient.core.storage.index.hashindex.local.OLocalHashTableV2Base | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class com.orientechnologies.orient.core.storage.index.hashindex.local.OLocalHashTable moved and renamed to com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OLocalHashTableV2 | From | To | |
| Move Class | 6 | ||
| Move Class com.orientechnologies.orient.core.storage.index.hashindex.local.ONullBucket moved to com.orientechnologies.orient.core.storage.index.hashindex.local.v2.ONullBucket | From | To | |
| Move Class com.orientechnologies.orient.core.storage.index.hashindex.local.OHashTableDirectory moved to com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OHashTableDirectory | From | To | |
| Move Class com.orientechnologies.orient.core.storage.index.hashindex.local.ODirectoryFirstPage moved to com.orientechnologies.orient.core.storage.index.hashindex.local.v2.ODirectoryFirstPage | From | To | |
| Move Class com.orientechnologies.orient.core.storage.index.hashindex.local.OHashIndexFileLevelMetadataPage moved to com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OHashIndexFileLevelMetadataPage | From | To | |
| Move Class com.orientechnologies.orient.core.storage.index.hashindex.local.ODirectoryPage moved to com.orientechnologies.orient.core.storage.index.hashindex.local.v2.ODirectoryPage | From | To | |
| Move Class com.orientechnologies.orient.core.storage.index.hashindex.local.OHashIndexBucket moved to com.orientechnologies.orient.core.storage.index.hashindex.local.v2.OHashIndexBucket | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type localHashTable : OLocalHashTable<Integer,String> to localHashTable : OLocalHashTableV2<Integer,String> in class com.orientechnologies.orient.core.storage.index.hashindex.local.OLocalHashTableV2Base | From | To | |
| Change Attribute Type localHashTable : OLocalHashTable<Integer,String> to localHashTable : OLocalHashTableV2<Integer,String> in class com.orientechnologies.orient.core.storage.index.hashindex.local.LocalHashTableIterationTestIT | From | To |