9ef3fc8841ce00f0bb605c09862a65fc78c82490
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable ca : AnnotationMap to resolvedCA : AnnotationMap in method private _resolveClassAnnotations(config MapperConfig<?>, intr AnnotationIntrospector, cls Class<?>, superTypes List<JavaType>, primaryMixIn Class<?>) : AnnotationMap in class com.fasterxml.jackson.databind.introspect.AnnotatedClass | From | To | |
Inline Method | 12 | ||
Inline Method private _isAnnotationBundle(ann Annotation) : boolean inlined to private _addOrOverrideAnnotations(target AnnotatedMember, anns Annotation[]) : void in class com.fasterxml.jackson.databind.introspect.AnnotatedClass | From | To | |
Inline Method private _isAnnotationBundle(ann Annotation) : boolean inlined to private _addAnnotationsIfNotPresent(intr AnnotationIntrospector, result AnnotationMap, anns Annotation[]) : AnnotationMap in class com.fasterxml.jackson.databind.introspect.AnnotatedClass | From | To | |
Inline Method private _isAnnotationBundle(ann Annotation) : boolean inlined to private _addAnnotationsIfNotPresent(intr AnnotationIntrospector, target AnnotatedMember, anns Annotation[]) : void in class com.fasterxml.jackson.databind.introspect.AnnotatedClass | From | To | |
Rename Parameter | 2 | ||
Rename Parameter cls : Class<?> to raw : Class<?> in method public constructWithoutSuperTypes(raw Class<?>, config MapperConfig<?>) : AnnotatedClass in class com.fasterxml.jackson.databind.introspect.AnnotatedClass | From | To | |
Rename Parameter toMask : Class<?> to target : Class<?> in method private _addClassMixIns(intr AnnotationIntrospector, annotations AnnotationMap, target Class<?>, mixin Class<?>) : void in class com.fasterxml.jackson.databind.introspect.AnnotatedClass | From | To |