a7395009332b2a736108031f50f9ddd947375a3c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private collectRelevantAnnotations(anns Annotation[][]) : AnnotationMap[] renamed to private collectAnnotations(mainAnns Annotation[][], mixinAnns Annotation[][]) : AnnotationMap[] in class com.fasterxml.jackson.databind.introspect.AnnotatedCreatorResolver | From | To | |
Push Down Method | 1 | ||
Push Down Method public asAnnotations() : Annotations from class com.fasterxml.jackson.databind.introspect.AnnotationCollector to public asAnnotations() : Annotations from class com.fasterxml.jackson.databind.introspect.AnnotationCollector.NCollector | From | To | |
Rename Variable | 1 | ||
Rename Variable len : int to count : int in method private collectAnnotations(mainAnns Annotation[][], mixinAnns Annotation[][]) : AnnotationMap[] in class com.fasterxml.jackson.databind.introspect.AnnotatedCreatorResolver | From | To | |
Change Return Type | 2 | ||
Change Return Type void to AnnotationCollector in method private _addAnnotationsIfNotPresent(c AnnotationCollector, anns Annotation[]) : AnnotationCollector in class com.fasterxml.jackson.databind.introspect.AnnotatedClassResolver | From | To | |
Change Return Type void to AnnotationCollector in method private _addClassMixIns(annotations AnnotationCollector, target Class<?>, mixin Class<?>) : AnnotationCollector in class com.fasterxml.jackson.databind.introspect.AnnotatedClassResolver | From | To | |
Push Down Attribute | 1 | ||
Push Down Attribute protected _annotations : HashMap<Class<?>,Annotation> from class com.fasterxml.jackson.databind.introspect.AnnotationCollector to protected _annotations : HashMap<Class<?>,Annotation> from class com.fasterxml.jackson.databind.introspect.AnnotationCollector.NCollector | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable fromBundles : List<Annotation> to c : AnnotationCollector in method private _addAnnotationsIfNotPresent(c AnnotationCollector, anns Annotation[]) : AnnotationCollector in class com.fasterxml.jackson.databind.introspect.AnnotatedClassResolver | From | To | |
Change Variable Type | 1 | ||
Change Variable Type fromBundles : List<Annotation> to c : AnnotationCollector in method private _addAnnotationsIfNotPresent(c AnnotationCollector, anns Annotation[]) : AnnotationCollector in class com.fasterxml.jackson.databind.introspect.AnnotatedClassResolver | From | To | |
Rename Parameter | 2 | ||
Rename Parameter result : AnnotationCollector to c : AnnotationCollector in method private _addAnnotationsIfNotPresent(c AnnotationCollector, anns Annotation[]) : AnnotationCollector in class com.fasterxml.jackson.databind.introspect.AnnotatedClassResolver | From | To | |
Rename Parameter anns : Annotation[][] to mainAnns : Annotation[][] in method private collectAnnotations(mainAnns Annotation[][], mixinAnns Annotation[][]) : AnnotationMap[] in class com.fasterxml.jackson.databind.introspect.AnnotatedCreatorResolver | From | To |