8de9cef9a0bcc665819a57f11ad30f7b6142936c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ser : JsonDeserializer<?> to deser : JsonDeserializer<?> in method protected findConvertingDeserializer(ctxt DeserializationContext, prop SettableBeanProperty) : JsonDeserializer<Object> in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable prop : SettableBeanProperty to newProp : SettableBeanProperty in method protected _replaceProperty(props BeanPropertyMap, creatorProps SettableBeanProperty[], origProp SettableBeanProperty, newProp SettableBeanProperty) : void in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase | From | To | |
Extract Method | 1 | ||
Extract Method protected _replaceProperty(props BeanPropertyMap, creatorProps SettableBeanProperty[], origProp SettableBeanProperty, newProp SettableBeanProperty) : void extracted from public resolve(ctxt DeserializationContext) : void in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase | From | To | |
Rename Parameter | 1 | ||
Rename Parameter customField : AbstractCustomType to cf : AbstractCustomType in method package AbstractCustomTypeUser(cf AbstractCustomType) in class com.fasterxml.jackson.databind.convert.ConvertingAbstractSerializer795Test.AbstractCustomTypeUser | From | To |