16ba95f1e0686da7461a2d05286afd72e1d7120a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 3 | ||
| Rename Method public withOverriddenComponentType(componentType JavaType) : ArrayType renamed to public withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.type.ArrayType | From | To | |
| Rename Method public abstract widenContentsBy(contentClass Class<?>) : JavaType renamed to public abstract withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.JavaType | From | To | |
| Rename Method public widenContentsBy(contentClass Class<?>) : JavaType renamed to public withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.type.ResolvedRecursiveType | From | To | |
| Change Parameter Type | 2 | ||
| Change Parameter Type contentClass : Class<?> to contentType : JavaType in method public abstract withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.JavaType | From | To | |
| Change Parameter Type contentClass : Class<?> to contentType : JavaType in method public withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.type.ResolvedRecursiveType | From | To | |
| Rename Variable | 1 | ||
| Rename Variable valueClass : Class<?> to contentClass : Class<?> in method public refineSerializationType(config MapperConfig<?>, a Annotated, baseType JavaType) : JavaType in class com.fasterxml.jackson.databind.AnnotationIntrospector | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ArrayType to JavaType in method public withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.type.ArrayType | From | To | |
| Extract Variable | 2 | ||
| Extract Variable keyType : JavaType in method public refineSerializationType(config MapperConfig<?>, a Annotated, baseType JavaType) : JavaType from class com.fasterxml.jackson.databind.AnnotationIntrospector | From | To | |
| Extract Variable contentType : JavaType in method public refineSerializationType(config MapperConfig<?>, a Annotated, baseType JavaType) : JavaType from class com.fasterxml.jackson.databind.AnnotationIntrospector | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter contentClass : Class<?> to contentType : JavaType in method public abstract withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.JavaType | From | To | |
| Rename Parameter componentType : JavaType to contentType : JavaType in method public withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.type.ArrayType | From | To | |
| Rename Parameter contentClass : Class<?> to contentType : JavaType in method public withContentType(contentType JavaType) : JavaType in class com.fasterxml.jackson.databind.type.ResolvedRecursiveType | From | To |