8913e43d28a191ff8437dacc62c25df8e1e37e6e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public rebuildIndexesPost(applicationIdStr String, collectionName String, reverse Boolean, callback String) : ApiResponse renamed to public rebuildIndexesPut(payload Map<String,Object>, applicationIdStr String, collectionName String, callback String) : ApiResponse in class org.apache.usergrid.rest.system.IndexResource | From | To | |
Rename Method public executePostForReindexing(ui UriInfo, body String, itemName PathSegment, callback String) : ApiResponse renamed to public executeGetForReindexStatus(ui UriInfo, payload Map<String,Object>, itemName PathSegment, callback String) : ApiResponse in class org.apache.usergrid.rest.applications.CollectionResource | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type body : String to payload : Map<String,Object> in method public executeGetForReindexStatus(ui UriInfo, payload Map<String,Object>, itemName PathSegment, callback String) : ApiResponse in class org.apache.usergrid.rest.applications.CollectionResource | From | To | |
Extract Variable | 1 | ||
Extract Variable isForCollection : boolean in method public rebuildIndex(reIndexRequestBuilder ReIndexRequestBuilder) : ReIndexStatus from class org.apache.usergrid.corepersistence.index.ReIndexServiceImpl | From | To | |
Rename Parameter | 1 | ||
Rename Parameter body : String to payload : Map<String,Object> in method public executeGetForReindexStatus(ui UriInfo, payload Map<String,Object>, itemName PathSegment, callback String) : ApiResponse in class org.apache.usergrid.rest.applications.CollectionResource | From | To |