e98843a8bfc10489aa67c264b41f16129575da76
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable entry : Map.Entry<String,Object> to field : IndexableField in method package restoreSortFields(document Document) : void in class org.neo4j.index.impl.lucene.legacy.IndexType | From | To | |
| Rename Variable fieldsWithoutSortFields : Map<String,Object> to nameFieldMap : Map<String,IndexableField> in method private getNotIndexedStoredFields(document Document) : Collection<IndexableField> in class org.neo4j.index.impl.lucene.legacy.IndexType | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type fieldsWithoutSortFields : Map<String,Object> to nameFieldMap : Map<String,IndexableField> in method private getNotIndexedStoredFields(document Document) : Collection<IndexableField> in class org.neo4j.index.impl.lucene.legacy.IndexType | From | To | |
| Change Variable Type entry : Map.Entry<String,Object> to field : IndexableField in method package restoreSortFields(document Document) : void in class org.neo4j.index.impl.lucene.legacy.IndexType | From | To | |
| Extract Method | 1 | ||
| Extract Method private getNotIndexedStoredFields(document Document) : Collection<IndexableField> extracted from package restoreSortFields(document Document) : void in class org.neo4j.index.impl.lucene.legacy.IndexType | From | To |