f047eecc72789d30bd740469b1517242e9afcf9e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Attribute Type | 2 | ||
Change Attribute Type indexDescriptorsByLabel : PrimitiveIntObjectMap<Set<IndexDescriptor>> to indexDescriptorsByLabel : Map<Integer,Set<IndexDescriptor>> in class org.neo4j.kernel.impl.api.store.SchemaCache | From | To | |
Change Attribute Type indexByProperty : PrimitiveIntObjectMap<List<IndexDescriptor>> to indexByProperty : Map<Integer,List<IndexDescriptor>> in class org.neo4j.kernel.impl.api.store.SchemaCache | From | To |