6880f4d993317d9a26360eb58bc0f6daae3a7a62
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method protected asJSONObjectValueString(m ObjectMapper, args Object...) : String from class com.fasterxml.jackson.databind.BaseMapTest to private asJSONObjectValueString(mapper ObjectMapper, args Object...) : String from class com.fasterxml.jackson.databind.jsontype.TestTypedDeserialization | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute m : ObjectMapper to MAPPER : ObjectMapper in method public testListAsArray() : void in class com.fasterxml.jackson.databind.jsontype.TestTypedDeserialization | From | To | |
Rename Parameter | 1 | ||
Rename Parameter m : ObjectMapper to mapper : ObjectMapper in method private asJSONObjectValueString(mapper ObjectMapper, args Object...) : String in class com.fasterxml.jackson.databind.jsontype.TestTypedDeserialization | From | To |