4950f446876b8de05c200cd98019bdf1f527d465
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Class | 2 | ||
Move And Rename Class com.fasterxml.jackson.databind.ser.TestNullProperties moved and renamed to com.fasterxml.jackson.databind.filter.JsonIncludeTest | From | To | |
Move And Rename Class com.fasterxml.jackson.databind.ser.TestNullSerialization moved and renamed to com.fasterxml.jackson.databind.filter.NullSerializationTest | From | To | |
Replace Variable With Attribute | 3 | ||
Replace Variable With Attribute m : ObjectMapper to MAPPER : ObjectMapper in method public testNonEmptyDefaultArray() : void in class com.fasterxml.jackson.databind.filter.JsonIncludeTest | From | To | |
Replace Variable With Attribute m : ObjectMapper to MAPPER : ObjectMapper in method public testDefaultForEmptyList() : void in class com.fasterxml.jackson.databind.filter.JsonIncludeTest | From | To | |
Replace Variable With Attribute m : ObjectMapper to MAPPER : ObjectMapper in method public testMixedMethod() : void in class com.fasterxml.jackson.databind.filter.JsonIncludeTest | From | To | |
Extract Variable | 1 | ||
Extract Variable def : Object in method protected getDefaultBean() : Object from class com.fasterxml.jackson.databind.ser.PropertyBuilder | From | To | |
Rename Parameter | 1 | ||
Rename Parameter jgen : JsonGenerator to gen : JsonGenerator in method public serialize(value Object, gen JsonGenerator, provider SerializerProvider) : void in class com.fasterxml.jackson.databind.filter.NullSerializationTest.NullSerializer | From | To |