0c8cc6da03812c5f2ba5fc8a97757e84cbb4a3e9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type propertyEntries : Iterable<PropertyEntry<Node>> to propertyEntries : Iterable<PropertyEntry<E>> in method private updatePropertyData(propertyEntries Iterable<PropertyEntry<E>>, state Map<Long,Map<String,Object>>, nodeIndex WritableDatabaseBloomIndex) : void in class org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater | From | To | |
| Extract Variable | 2 | ||
| Extract Variable node2 : Node in method public shouldPopulateAndQueryIndexes() : void from class org.neo4j.kernel.api.impl.bloom.integration.BloomIT | From | To | |
| Extract Variable node1 : Node in method public shouldPopulateAndQueryIndexes() : void from class org.neo4j.kernel.api.impl.bloom.integration.BloomIT | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type propertyEntry : PropertyEntry<Node> to propertyEntry : PropertyEntry<E> in method private updatePropertyData(propertyEntries Iterable<PropertyEntry<E>>, state Map<Long,Map<String,Object>>, nodeIndex WritableDatabaseBloomIndex) : void in class org.neo4j.kernel.api.impl.bloom.BloomIndexTransactionEventUpdater | From | To |