21e5a02e2626c93efd64bf1f7cb95eb88560a92d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Double to IndexStatistics in method public getIndex(labelId int, propertyKeyId int) : IndexStatistics in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector.IndexDescriptorMap | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type result2 : Double to result2 : IndexStatistics in method public indexSelectivity(labelId int, propertyKeyId int) : double in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector.lookup | From | To | |
| Change Variable Type result1 : Double to result1 : IndexStatistics in method public indexSelectivity(labelId int, propertyKeyId int) : double in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector.lookup | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type indexMap : Map<IndexDescriptor,Double> to indexMap : Map<IndexDescriptor,IndexStatistics> in class org.neo4j.kernel.impl.util.dbstructure.DbStructureCollector.IndexDescriptorMap | From | To |