ec0b3a4d4f59da5d5917b86257d27a93603c984a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public findTransient(a Annotated) : Boolean moved from class com.fasterxml.jackson.databind.ext.Java7Support to class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector & inlined to protected _isIgnorable(a Annotated) : boolean | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type a : Annotated to m : AnnotatedMember in method public findImplicitPropertyName(m AnnotatedMember) : String in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector | From | To | |
Rename Variable | 1 | ||
Rename Variable name : PropertyName to props : ConstructorProperties in method public findImplicitPropertyName(m AnnotatedMember) : String in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector | From | To | |
Inline Method | 1 | ||
Inline Method protected _findConstructorName(a Annotated) : PropertyName inlined to public findImplicitPropertyName(m AnnotatedMember) : String in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector | From | To | |
Change Variable Type | 1 | ||
Change Variable Type name : PropertyName to props : ConstructorProperties in method public findImplicitPropertyName(m AnnotatedMember) : String in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector | From | To | |
Rename Parameter | 1 | ||
Rename Parameter a : Annotated to m : AnnotatedMember in method public findImplicitPropertyName(m AnnotatedMember) : String in class com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrospector | From | To |