9069158f96bc4143dd5d9b8c48b9fa32d4e30f42
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type a : HashMap<Class<?>,Annotation> to a : Map<Class<?>,Annotation> in method public AnnotationMap(a Map<Class<?>,Annotation>) in class com.fasterxml.jackson.databind.introspect.AnnotationMap | From | To | |
Change Variable Type | 1 | ||
Change Variable Type ann : HashMap<Class<?>,Annotation> to ann : Map<Class<?>,Annotation> in method public of(type Class<?>, value Annotation) : AnnotationMap in class com.fasterxml.jackson.databind.introspect.AnnotationMap | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type _annotations : HashMap<Class<?>,Annotation> to _annotations : Map<Class<?>,Annotation> in class com.fasterxml.jackson.databind.introspect.AnnotationMap | From | To |