728ca951d3cd547157b13abd8122b2e73305cd33
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method protected readJsonToObject(content String) : Object from class org.apache.usergrid.rest.applications.ServiceResource to protected readJsonToObject(content String) : Object from class org.apache.usergrid.rest.AbstractContextResource | From | To | |
Rename Variable | 1 | ||
Rename Variable itemId : UUID to importId : UUID in method public addIdParameter(ui UriInfo, entityId PathSegment) : JSONWithPadding in class org.apache.usergrid.rest.management.organizations.applications.imports.ImportsResource | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute protected mapTypeReference : TypeReference<Map<String,Object>> from class org.apache.usergrid.rest.applications.ServiceResource to protected mapTypeReference : TypeReference<Map<String,Object>> from class org.apache.usergrid.rest.AbstractContextResource | From | To | |
Pull Up Attribute protected listTypeReference : TypeReference<List<Object>> from class org.apache.usergrid.rest.applications.ServiceResource to protected listTypeReference : TypeReference<List<Object>> from class org.apache.usergrid.rest.AbstractContextResource | From | To | |
Change Return Type | 1 | ||
Change Return Type AbstractContextResource to JSONWithPadding in method public addIdParameter(ui UriInfo, entityId PathSegment) : JSONWithPadding in class org.apache.usergrid.rest.management.organizations.applications.imports.ImportsResource | From | To | |
Extract Attribute | 1 | ||
Extract Attribute public IMPORT_FILE_INCLUDES : String in class org.apache.usergrid.management.importer.ImportServiceImpl | From | To |