a494146250ea92c6d0ebbb9c579ff194525f5eed
Files Diff
- Added: 5
- Removed: 0
- Renamed: 0
- Modified: 28
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getEntitySize(edge SearchEdge) : long renamed to public getTotalEntitySizeInBytes(edge SearchEdge) : long in class org.apache.usergrid.persistence.index.impl.EsEntityIndexImpl | From | To | |
Rename Method public getEntitySize(edge SearchEdge) : long renamed to public getTotalEntitySizeInBytes(edge SearchEdge) : long in class org.apache.usergrid.persistence.index.EntityIndex | From | To | |
Extract Method | 2 | ||
Extract Method protected toResponse(status int, jsonResponse String, skipLogging boolean) : Response extracted from protected toResponse(status int, jsonResponse String) : Response in class org.apache.usergrid.rest.exceptions.AbstractExceptionMapper | From | To | |
Extract Method public toResponse(status Status, jsonResponse String, skipLogging boolean) : Response extracted from public toResponse(status Status, jsonResponse String) : Response in class org.apache.usergrid.rest.exceptions.AbstractExceptionMapper | From | To | |
Rename Parameter | 1 | ||
Rename Parameter status : int to statusCode : int in method public toResponse(statusCode int, jsonResponse String) : Response in class org.apache.usergrid.rest.exceptions.AbstractExceptionMapper | From | To |