7eb4bc563a144f3430caa59c0df6c26e64a52b11
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package abstract addToDocument(document Document, key String, value Object) : void renamed to package abstract addNewFieldToDocument(document Document, key String, value Object) : void in class org.neo4j.index.impl.lucene.legacy.IndexType | From | To | |
Rename Method public addToDocument(document Document, key String, value Object) : void renamed to protected addNewFieldToDocument(document Document, key String, value Object) : void in class org.neo4j.index.impl.lucene.legacy.IndexType.CustomType | From | To | |
Rename Variable | 1 | ||
Rename Variable expectedIndexId : int to nodeIndex : int in method private queryAndSortNodesByNumericProperty(index Index<Node>, numericProperty String, expectedValueProvider Function<Integer,? extends Number>) : void in class org.neo4j.index.impl.lucene.legacy.TestLuceneIndex | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public EXACT_FIELD_SUFFIX : String in class org.neo4j.index.impl.lucene.legacy.IndexType.CustomType | From | To | |
Extract Method | 1 | ||
Extract Method private queryAndSortNodesByNumericProperty(index Index<Node>, numericProperty String) : void extracted from public queryIndexWithSortByNumeric() : void in class org.neo4j.index.impl.lucene.legacy.TestLuceneIndex | From | To | |
Extract And Move Method | 3 | ||
Extract And Move Method package removeFieldsFromDocument(document Document, key String, exactKey String, value Object) : void extracted from package removeFieldsFromDocument(document Document, key String, value Object) : void in class org.neo4j.index.impl.lucene.legacy.IndexType.CustomType & moved to class org.neo4j.index.impl.lucene.legacy.IndexType | From | To | |
Extract And Move Method protected nodeIndex() : Index<Node> extracted from public queryIndexWithSortByString() : void in class org.neo4j.index.impl.lucene.legacy.TestLuceneIndex & moved to class org.neo4j.index.impl.lucene.legacy.AbstractLuceneIndexTest | From | To | |
Extract And Move Method protected nodeIndex() : Index<Node> extracted from public queryIndexWithSortByNumeric() : void in class org.neo4j.index.impl.lucene.legacy.TestLuceneIndex & moved to class org.neo4j.index.impl.lucene.legacy.AbstractLuceneIndexTest | From | To |