392e68460f592ed07341f1f2afc8518a24b1d55c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type iterators : Iterator<? extends ScoreEntityIterator> to iterators : List<? extends ScoreEntityIterator> in method package ConcatenatingScoreEntityIterator(iterators List<? extends ScoreEntityIterator>) in class org.neo4j.kernel.api.impl.fulltext.ScoreEntityIterator.ConcatenatingScoreEntityIterator | From | To | |
Change Return Type | 2 | ||
Change Return Type Stream<Pair<Long,Float>> to Stream<ScoreEntry> in method public stream() : Stream<ScoreEntry> in class org.neo4j.kernel.api.impl.fulltext.ScoreEntityIterator | From | To | |
Change Return Type Pair<Long,Float> to ScoreEntry in method public next() : ScoreEntry in class org.neo4j.kernel.api.impl.fulltext.ScoreEntityIterator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type scoredResult : Pair<Long,Float> to scoredResult : ScoreEntityIterator.ScoreEntry in method protected assertQueryResultsMatchInOrder(result ScoreEntityIterator, ids long[]) : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextTestSupport | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type QUERY_RESULT_MAPPER : Function<Pair<Long,Float>,EntityOutput> to QUERY_RESULT_MAPPER : Function<ScoreEntry,EntityOutput> in class org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedures | From | To | |
Change Attribute Type iterators : Iterator<? extends ScoreEntityIterator> to iterators : List<? extends ScoreEntityIterator> in class org.neo4j.kernel.api.impl.fulltext.ScoreEntityIterator.ConcatenatingScoreEntityIterator | From | To |