8fbaa3b44c67f2fbf328e2b02b8fc9a8c776ae11
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type exceptions : Set<Pair<IndexDescriptor,UnderlyingStorageException>> to exceptions : Set<Pair<NewIndexDescriptor,UnderlyingStorageException>> in method public MultipleUnderlyingStorageExceptions(exceptions Set<Pair<NewIndexDescriptor,UnderlyingStorageException>>) in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions | From | To | |
| Change Parameter Type exceptions : Set<Pair<IndexDescriptor,UnderlyingStorageException>> to exceptions : Set<Pair<NewIndexDescriptor,UnderlyingStorageException>> in method private buildMessage(exceptions Set<Pair<NewIndexDescriptor,UnderlyingStorageException>>) : String in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type pair : Pair<IndexDescriptor,UnderlyingStorageException> to pair : Pair<NewIndexDescriptor,UnderlyingStorageException> in method private buildMessage(exceptions Set<Pair<NewIndexDescriptor,UnderlyingStorageException>>) : String in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions | From | To | |
| Change Variable Type exceptions : Set<Pair<IndexDescriptor,UnderlyingStorageException>> to exceptions : Set<Pair<NewIndexDescriptor,UnderlyingStorageException>> in method public close() : void in class org.neo4j.kernel.impl.api.index.IndexUpdaterMap | From | To | |
| Change Variable Type exception : Pair<IndexDescriptor,UnderlyingStorageException> to exception : Pair<NewIndexDescriptor,UnderlyingStorageException> in method public MultipleUnderlyingStorageExceptions(exceptions Set<Pair<NewIndexDescriptor,UnderlyingStorageException>>) in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type exceptions : Set<Pair<IndexDescriptor,UnderlyingStorageException>> to exceptions : Set<Pair<NewIndexDescriptor,UnderlyingStorageException>> in class org.neo4j.kernel.impl.store.MultipleUnderlyingStorageExceptions | From | To |