c5d93db86b25671445f09fa77cb1d7df725f94d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 49
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private assertNodeAndValueForScan(expected Set<Pair<Long,Value>>, tx Transaction, index IndexReference) : void renamed to private assertNodeAndValueForSeek(expected Set<Pair<Long,Value>>, tx Transaction, index IndexReference, needsValues boolean, anotherValueFoundByQuery Object, queries IndexQuery...) : void in class org.neo4j.internal.kernel.api.NodeIndexTransactionStateTestBase | From | To | |
Rename Method private assertNodeAndValueForSeek(expected Set<Pair<Long,Value>>, tx Transaction, index IndexReference, queries IndexQuery...) : void renamed to private assertNodeAndValueForScan(expected Set<Pair<Long,Value>>, tx Transaction, index IndexReference, needsValues boolean, anotherValueFoundByQuery Object) : void in class org.neo4j.internal.kernel.api.NodeIndexTransactionStateTestBase | From | To | |
Change Variable Type | 1 | ||
Change Variable Type expected : MutableLongSet to expected : Set<Pair<Long,Value>> in method public shouldPerformStringContainsSearch() : void in class org.neo4j.internal.kernel.api.NodeIndexTransactionStateTestBase | From | To | |
Extract Method | 2 | ||
Extract Method private assertNodeAndValue(expected Set<Pair<Long,Value>>, tx Transaction, needsValues boolean, anotherValueFoundByQuery Object, nodes NodeValueIndexCursor) : void extracted from private assertNodeAndValueForScan(expected Set<Pair<Long,Value>>, tx Transaction, index IndexReference) : void in class org.neo4j.internal.kernel.api.NodeIndexTransactionStateTestBase | From | To | |
Extract Method private assertNodeAndValue(expected Set<Pair<Long,Value>>, tx Transaction, needsValues boolean, anotherValueFoundByQuery Object, nodes NodeValueIndexCursor) : void extracted from private assertNodeAndValueForSeek(expected Set<Pair<Long,Value>>, tx Transaction, index IndexReference, queries IndexQuery...) : void in class org.neo4j.internal.kernel.api.NodeIndexTransactionStateTestBase | From | To |