a9eafb8757988cb875f4677eaeeb261615ccc95f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getEntityType() : String renamed to public getEntityTypes() : String[] in class org.apache.usergrid.persistence.index.impl.DeIndexRequest | From | To | |
| Move And Rename Method | 1 | ||
| Move And Rename Method private entityToMap(entity Entity, context String) : Map from class org.apache.usergrid.persistence.index.impl.EsEntityIndexBatchImpl to public convert(entity Entity, context String) : Map from class org.apache.usergrid.persistence.index.impl.EntityToMapConverter | From | To | |
| Move Method | 2 | ||
| Move Method private processCollectionForMap(c Collection) : Collection from class org.apache.usergrid.persistence.index.impl.EsEntityIndexBatchImpl to private processCollectionForMap(c Collection) : Collection from class org.apache.usergrid.persistence.index.impl.EntityToMapConverter | From | To | |
| Move Method private entityToMap(entity EntityObject) : Map from class org.apache.usergrid.persistence.index.impl.EsEntityIndexBatchImpl to private entityToMap(entity EntityObject) : Map from class org.apache.usergrid.persistence.index.impl.EntityToMapConverter | From | To | |
| Change Return Type | 1 | ||
| Change Return Type String to String[] in method public getEntityTypes() : String[] in class org.apache.usergrid.persistence.index.impl.DeIndexRequest | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.usergrid.persistence.index.impl.EntityToMapConverter from class org.apache.usergrid.persistence.index.impl.EsEntityIndexBatchImpl | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute entityType : String to entityTypes : String[] in class org.apache.usergrid.persistence.index.impl.DeIndexRequest | From | To | |
| Inline Variable | 1 | ||
| Inline Variable entityTypes : String[] in method public search(indexScope IndexScope, searchTypes SearchTypes, query Query) : CandidateResults from class org.apache.usergrid.persistence.index.impl.EsApplicationEntityIndexImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type entityType : String to entityTypes : String[] in class org.apache.usergrid.persistence.index.impl.DeIndexRequest | From | To |