a8b4ca286d596418a63fcbf06f5e5092d22f7308
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type aliasMapping : Map<String,List<PropertyName>> to aliases : PropertyName[][] in method public construct(props Collection<SettableBeanProperty>, caseInsensitive boolean, aliases PropertyName[][]) : BeanPropertyMap in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap | From | To | |
Change Parameter Type aliasDefs : Map<String,List<PropertyName>> to aliasDefs : PropertyName[][] in method protected BeanPropertyMap(caseInsensitive boolean, props Collection<SettableBeanProperty>, aliasDefs PropertyName[][], assignIndexes boolean) in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private INTERNER : InternCache in class com.fasterxml.jackson.databind.PropertyName | From | To | |
Move Class | 1 | ||
Move Class com.fasterxml.jackson.databind.misc.BeanPropertyMapTest moved to com.fasterxml.jackson.databind.deser.impl.BeanPropertyMapTest | From | To | |
Extract Variable | 1 | ||
Extract Variable member : AnnotatedMember in method protected _collectAliases(props Collection<SettableBeanProperty>) : PropertyName[][] from class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder | From | To | |
Change Variable Type | 3 | ||
Change Variable Type mapping : Map<String,List<PropertyName>> to result : PropertyName[][] in method protected _collectAliases(props Collection<SettableBeanProperty>) : PropertyName[][] in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder | From | To | |
Change Variable Type propName : String to ix : int in method private _vanillaDeserialize(p JsonParser, ctxt DeserializationContext, t JsonToken) : Object in class com.fasterxml.jackson.databind.deser.BeanDeserializer | From | To | |
Change Variable Type t : JsonToken to ix : int in method protected _deserialize(p JsonParser, ctxt DeserializationContext, builder Object) : Object in class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer | From | To | |
Inline Variable | 4 | ||
Inline Variable propName : String in method protected deserializeWithView(p JsonParser, ctxt DeserializationContext, bean Object, activeView Class<?>) : Object from class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer | From | To | |
Inline Variable props : Collection<SettableBeanProperty> in method public buildBuilderBased(valueType JavaType, expBuildMethodName String) : JsonDeserializer<?> from class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder | From | To | |
Inline Variable props : Collection<SettableBeanProperty> in method public build() : JsonDeserializer<?> from class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder | From | To | |
Inline Variable propName : String in method protected _deserialize(p JsonParser, ctxt DeserializationContext, builder Object) : Object from class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer | From | To | |
Rename Method | 4 | ||
Rename Method public testDeepPrefixedUnwrappingDeserialize() : void renamed to public testDeepPrefixedUnwrapDeserialize() : void in class com.fasterxml.jackson.databind.struct.TestUnwrappedWithPrefix | From | To | |
Rename Method public getPropertiesInInsertionOrder() : SettableBeanProperty[] renamed to public getFieldMatcherProperties() : SettableBeanProperty[] in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap | From | To | |
Rename Method public testPrefixedUnwrapping() : void renamed to public testPrefixedUnwrapDeserialize() : void in class com.fasterxml.jackson.databind.struct.TestUnwrappedWithPrefix | From | To | |
Rename Method protected findConvertingDeserializer(ctxt DeserializationContext, prop SettableBeanProperty) : JsonDeserializer<Object> renamed to protected _findConvertingDeserializer(ctxt DeserializationContext, prop SettableBeanProperty) : JsonDeserializer<Object> in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase | From | To | |
Inline Method | 1 | ||
Inline Method protected getPropertyName(prop SettableBeanProperty) : String inlined to public remove(propToRm SettableBeanProperty) : void in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap | From | To | |
Rename Variable | 3 | ||
Rename Variable propName : String to ix : int in method private _vanillaDeserialize(p JsonParser, ctxt DeserializationContext, t JsonToken) : Object in class com.fasterxml.jackson.databind.deser.BeanDeserializer | From | To | |
Rename Variable t : JsonToken to ix : int in method protected _deserialize(p JsonParser, ctxt DeserializationContext, builder Object) : Object in class com.fasterxml.jackson.databind.deser.BuilderBasedDeserializer | From | To | |
Rename Variable mapping : Map<String,List<PropertyName>> to result : PropertyName[][] in method protected _collectAliases(props Collection<SettableBeanProperty>) : PropertyName[][] in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,List<PropertyName>> to PropertyName[][] in method protected _collectAliases(props Collection<SettableBeanProperty>) : PropertyName[][] in class com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable uph : UnwrappedPropertyHandler to unwrapHandler : UnwrappedPropertyHandler in method protected BeanDeserializerBase(src BeanDeserializerBase, unwrapHandler UnwrappedPropertyHandler, renamedProperties BeanPropertyMap, ignoreAllUnknown boolean) in class com.fasterxml.jackson.databind.deser.BeanDeserializerBase | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _allProperties : SettableBeanProperty[] to _propertiesInOrder : SettableBeanProperty[] in class com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _aliasDefs : Map<String,List<PropertyName>> to _aliasDefs : PropertyName[][] in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap | From | To | |
Rename Parameter | 2 | ||
Rename Parameter aliasMapping : Map<String,List<PropertyName>> to aliases : PropertyName[][] in method public construct(props Collection<SettableBeanProperty>, caseInsensitive boolean, aliases PropertyName[][]) : BeanPropertyMap in class com.fasterxml.jackson.databind.deser.impl.BeanPropertyMap | From | To | |
Rename Parameter unwrapper : NameTransformer to transformer : NameTransformer in method public unwrappingDeserializer(ctxt DeserializationContext, transformer NameTransformer) : JsonDeserializer<Object> in class com.fasterxml.jackson.databind.deser.std.ThrowableDeserializer | From | To |