2562e9702a19236ad713bdc02402e8b1486cb08c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Map<String,Object> to Map in method private getFilteredStringObjectMap(applicationScope ApplicationScope, entity Entity, indexEdge IndexEdge) : Map in class org.apache.usergrid.corepersistence.index.IndexServiceImpl | From | To | |
Change Variable Type | 2 | ||
Change Variable Type map : Map<String,Object> to map : Map in method private getFilteredStringObjectMap(applicationScope ApplicationScope, entity Entity, indexEdge IndexEdge) : Map in class org.apache.usergrid.corepersistence.index.IndexServiceImpl | From | To | |
Change Variable Type map : Map<String,Object> to map : Map in method public indexEdge(applicationScope ApplicationScope, entity Entity, edge Edge) : Observable<IndexOperationMessage> in class org.apache.usergrid.corepersistence.index.IndexServiceImpl | From | To | |
Inline Variable | 1 | ||
Inline Variable finalDefaultProperties : Set<String> in method private getFilteredStringObjectMap(applicationScope ApplicationScope, entity Entity, indexEdge IndexEdge) : Map<String,Object> from class org.apache.usergrid.corepersistence.index.IndexServiceImpl | From | To | |
Extract Method | 1 | ||
Extract Method private iterateThroughMapForFieldsToBeIndexed(fieldsToKeep ArrayList, collectionIterator Iterator, fieldName String) : void extracted from private getFilteredStringObjectMap(applicationScope ApplicationScope, entity Entity, indexEdge IndexEdge) : Map<String,Object> in class org.apache.usergrid.corepersistence.index.IndexServiceImpl | From | To |