e5cac0a093e60d98cb777f28b8dc8b08918c1bb2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public testRangeMatchOnRandomValues() : void renamed to public testRangeMatchInOrderOnRandomValues() : void in class org.neo4j.kernel.api.index.SimpleRandomizedIndexAccessorCompatibility | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to List<Long> in method package assertOrder(client SimpleNodeValueClient, order IndexOrder) : List<Long> in class org.neo4j.kernel.api.index.IndexAccessorCompatibility | From | To | |
| Extract Variable | 1 | ||
| Extract Variable predicate : IndexQuery.RangePredicate<?> in method public testRangeMatchInOrderOnRandomValues() : void from class org.neo4j.kernel.api.index.SimpleRandomizedIndexAccessorCompatibility | From | To | |
| Extract Method | 1 | ||
| Extract Method private expectedIds(sortedValues TreeSet<IndexEntryUpdate>, from Value, to Value, fromInclusive boolean, toInclusive boolean) : List<Long> extracted from public testRangeMatchOnRandomValues() : void in class org.neo4j.kernel.api.index.SimpleRandomizedIndexAccessorCompatibility | From | To |