5435c438d6b2caa26b6d836f70d4c7b90fb7a590
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private isNumberOrArray(value Value) : boolean renamed to private isNumberGeometryOrArray(value Value) : boolean in class org.neo4j.kernel.impl.api.LookupFilter | From | To | |
Rename Method private isNumericPredicate(predicate IndexQuery) : boolean renamed to private isNumericOrGeometricPredicate(predicate IndexQuery) : boolean in class org.neo4j.kernel.impl.api.LookupFilter | From | To | |
Rename Variable | 2 | ||
Rename Variable numericPredicates : IndexQuery[] to filteredPredicates : IndexQuery[] in method public exactIndexMatches(accessor PropertyAccessor, indexedNodeIds PrimitiveLongIterator, predicates IndexQuery...) : PrimitiveLongIterator in class org.neo4j.kernel.impl.api.LookupFilter | From | To | |
Rename Variable numericPredicates : IndexQuery[] to filteredPredicates : IndexQuery[] in method public exactIndexMatches(operations EntityOperations, state KernelStatement, indexedNodeIds PrimitiveLongResourceIterator, predicates IndexQuery...) : PrimitiveLongResourceIterator in class org.neo4j.kernel.impl.api.LookupFilter | From | To |