68967f2c0079ad70ae31fe7f8df58eedf819805b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testByteArrayKeyDeserialization() : void renamed to public testByteArrayMapKeyDeserialization() : void in class com.fasterxml.jackson.databind.deser.jdk.MapKeyDeserializationTest | From | To | |
Rename Method public testMapKeyValueSerialization() : void renamed to public testMapKeySetValuesSerialization() : void in class com.fasterxml.jackson.databind.ser.TestMapSerialization | From | To | |
Move Method | 4 | ||
Move Method public testDefaultKeySerializer() : void from class com.fasterxml.jackson.databind.ser.TestMapSerialization to public testDefaultKeySerializer() : void from class com.fasterxml.jackson.databind.ser.jdk.MapKeySerializationTest | From | To | |
Move Method public testMapJsonValueKey47() : void from class com.fasterxml.jackson.databind.ser.TestMapSerialization to public testMapJsonValueKey47() : void from class com.fasterxml.jackson.databind.ser.jdk.MapKeySerializationTest | From | To | |
Move Method public testClassKey() : void from class com.fasterxml.jackson.databind.ser.TestMapSerialization to public testClassKey() : void from class com.fasterxml.jackson.databind.ser.jdk.MapKeySerializationTest | From | To | |
Move Method public testMapsWithBinaryKeys() : void from class com.fasterxml.jackson.databind.ser.TestMapSerialization to public testMapsWithBinaryKeys() : void from class com.fasterxml.jackson.databind.ser.jdk.MapKeySerializationTest | From | To | |
Move Class | 3 | ||
Move Class com.fasterxml.jackson.databind.ser.TestMapSerialization.WatMap moved to com.fasterxml.jackson.databind.ser.jdk.MapKeySerializationTest.WatMap | From | To | |
Move Class com.fasterxml.jackson.databind.ser.TestMapSerialization.Wat moved to com.fasterxml.jackson.databind.ser.jdk.MapKeySerializationTest.Wat | From | To | |
Move Class com.fasterxml.jackson.databind.ser.TestMapSerialization.DefaultKeySerializer moved to com.fasterxml.jackson.databind.ser.jdk.MapKeySerializationTest.DefaultKeySerializer | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method protected _neitherNull(a Object, b Object) : boolean extracted from public createContextual(provider SerializerProvider, property BeanProperty) : JsonSerializer<?> in class com.fasterxml.jackson.databind.ser.std.MapSerializer & moved to class com.fasterxml.jackson.databind.ser.std.StdSerializer | From | To | |
Rename Parameter | 1 | ||
Rename Parameter jgen : JsonGenerator to g : JsonGenerator in method public serialize(value Object, g JsonGenerator, provider SerializerProvider) : void in class com.fasterxml.jackson.databind.ser.jdk.MapKeySerializationTest.DefaultKeySerializer | From | To |