8807a94567b38206087b3a3ae533fd797ea46c26
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getTypeFactory() : TypeFactory renamed to public typeFactory() : TypeFactory in class com.fasterxml.jackson.databind.MapperBuilder | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute mapper : ObjectMapper to MAPPER_WITH_MODIFIER : ObjectMapper in method public testMapLikeSerialization() : void in class com.fasterxml.jackson.databind.module.TestTypeModifiers | From | To | |
Replace Variable With Attribute mapper : ObjectMapper to MAPPER_WITH_MODIFIER : ObjectMapper in method public testCollectionLikeSerialization() : void in class com.fasterxml.jackson.databind.module.TestTypeModifiers | From | To | |
Rename Parameter | 1 | ||
Rename Parameter jgen : JsonGenerator to g : JsonGenerator in method public serialize(value MyCollectionLikeType, g JsonGenerator, provider SerializerProvider) : void in class com.fasterxml.jackson.databind.module.TestTypeModifiers.MyCollectionSerializer | From | To |