71430dd8893a8bdb21e91e773140e3b3fcd07c37
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private properties() : List<SettableBeanProperty> renamed to private _properties() : List<SettableBeanProperty> in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap | From | To | |
Extract Method | 2 | ||
Extract Method public construct(props Collection<SettableBeanProperty>, caseInsensitive boolean, aliasMapping Map<String,List<PropertyName>>) : BeanPropertyMap extracted from public construct(props Collection<SettableBeanProperty>, caseInsensitive boolean) : BeanPropertyMap in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap | From | To | |
Extract Method public construct(ctxt DeserializationContext, valueInstantiator ValueInstantiator, srcCreatorProps SettableBeanProperty[], allProperties BeanPropertyMap) : PropertyBasedCreator extracted from public construct(ctxt DeserializationContext, valueInstantiator ValueInstantiator, srcProps SettableBeanProperty[]) : PropertyBasedCreator in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator | From | To | |
Rename Parameter | 2 | ||
Rename Parameter srcProps : SettableBeanProperty[] to srcCreatorProps : SettableBeanProperty[] in method public construct(ctxt DeserializationContext, valueInstantiator ValueInstantiator, srcCreatorProps SettableBeanProperty[], allProperties BeanPropertyMap) : PropertyBasedCreator in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator | From | To | |
Rename Parameter srcProps : SettableBeanProperty[] to srcCreatorProps : SettableBeanProperty[] in method public construct(ctxt DeserializationContext, valueInstantiator ValueInstantiator, srcCreatorProps SettableBeanProperty[]) : PropertyBasedCreator in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator | From | To |