4900e399827b21d5a4eb84ce0848ede89fb5ed94
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Extract Variable | 1 | ||
| Extract Variable e : T in method public getList(path String, genericType Class<T>) : List<T> from class com.jayway.restassured.path.json.JsonPath | From | To | |
| Extract Method | 2 | ||
| Extract Method private jsonStringToObject(object String, objectType Class<T>) : T extracted from public getObject(path String, objectType Class<T>) : T in class com.jayway.restassured.path.json.JsonPath | From | To | |
| Extract Method private objectToString(object Object) : String extracted from public getObject(path String, objectType Class<T>) : T in class com.jayway.restassured.path.json.JsonPath | From | To |