c7fa864f73e742c8dd37071ea57d5b4e2ec31422
Files Diff
- Added: 6
- Removed: 2
- Renamed: 0
- Modified: 14
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public setQueryProcessor(queryProcessor QueryProcessor) : void renamed to public setQueryExecutor(queryExecutor QueryExecutor) : void in class org.apache.usergrid.persistence.Results | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type queryProcessor : QueryProcessor to queryExecutor : QueryExecutor in method public setQueryExecutor(queryExecutor QueryExecutor) : void in class org.apache.usergrid.persistence.Results | From | To | |
| Move Method | 1 | ||
| Move Method private buildResults(indexScope IndexScope, query Query, crs CandidateResults, collName String) : Results from class org.apache.usergrid.corepersistence.CpRelationManager to private buildResults(indexScope IndexScope, query Query, crs CandidateResults) : Results from class org.apache.usergrid.corepersistence.results.ElasticSearchQueryExecutor | From | To | |
| Rename Variable | 4 | ||
| Rename Variable devicesPQ : PathQuery<Entity> to devicesPQ2 : PathQuery<Entity> in method public testGroupUserDevicePathQuery() : void in class org.apache.usergrid.persistence.PathQueryIT | From | To | |
| Rename Variable groupsPQ : PathQuery to groupsPQ2 : PathQuery in method public testGroupUserDevicePathQuery() : void in class org.apache.usergrid.persistence.PathQueryIT | From | To | |
| Rename Variable usersPQ : PathQuery to usersPQ2 : PathQuery in method public testGroupUserDevicePathQuery() : void in class org.apache.usergrid.persistence.PathQueryIT | From | To | |
| Rename Variable set : HashSet to deviceSet : HashSet in method public testGroupUserDevicePathQuery() : void in class org.apache.usergrid.persistence.PathQueryIT | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private resultsLoaderFactory : ResultsLoaderFactory from class org.apache.usergrid.corepersistence.CpRelationManager to private resultsLoaderFactory : ResultsLoaderFactory from class org.apache.usergrid.corepersistence.results.ElasticSearchQueryExecutor | From | To | |
| Rename Class | 2 | ||
| Rename Class org.apache.usergrid.corepersistence.results.ResultsLoaderFactoryImpl renamed to org.apache.usergrid.corepersistence.results.CollectionResultsLoaderFactoryImpl | From | To | |
| Rename Class org.apache.usergrid.corepersistence.results.RefsVerifier renamed to org.apache.usergrid.corepersistence.results.CollectionRefsVerifier | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute queryProcessor : QueryProcessor to queryExecutor : QueryExecutor in class org.apache.usergrid.persistence.Results | From | To | |
| Extract Variable | 1 | ||
| Extract Variable edge1Time : long in method public testMarkSourceEdges() : void from class org.apache.usergrid.persistence.graph.GraphManagerIT | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type queryProcessor : QueryProcessor to queryExecutor : QueryExecutor in class org.apache.usergrid.persistence.Results | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter queryProcessor : QueryProcessor to queryExecutor : QueryExecutor in method public setQueryExecutor(queryExecutor QueryExecutor) : void in class org.apache.usergrid.persistence.Results | From | To |