8a80e89d480812ce0a609207ff1780f5fec2fd85
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable concatenatedQuery : String to query : String in method public fuzzyQuery(terms String...) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.SimpleFulltextReader | From | To | |
Rename Variable concatenatedQuery : String to query : String in method public query(terms String...) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.SimpleFulltextReader | From | To | |
Extract Method | 14 | ||
Extract Method private createProvider() : FulltextProvider extracted from public shouldRepresentPropertyChanges() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldFindNodeWithNumber() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldNotFindRemovedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldFindNodeWithBoolean() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldFindNodeWithArrays() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public fuzzyQueryShouldBeFuzzy() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldOrderResultsBasedOnRelevance() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldDifferentiateNodesAndRelationships() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public fuzzyQueryShouldReturnExactMatchesFirst() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldNotReturnNonMatches() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldFindNodeWithString() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldSearchAcrossMultipleProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldOnlyIndexIndexedProperties() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Extract Method private createProvider() : FulltextProvider extracted from public shouldNotFindRemovedNodes() : void in class org.neo4j.kernel.api.impl.fulltext.LuceneFulltextUpdaterTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter concatenatedQuery : String to queryString : String in method private innerQuery(queryString String) : PrimitiveLongIterator in class org.neo4j.kernel.api.impl.fulltext.SimpleFulltextReader | From | To |