387c3ba6706250d2ba77c746db96d5925dee069d
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 6 | ||
Rename Variable annotationElement : TypeElement to e : TypeElement in method package isAnnotatedWith(element Element, annotations Set<String>) : boolean in class org.immutables.value.processor.meta.Proto | From | To | |
Rename Variable annotation : AnnotationMirror to a : AnnotationMirror in method package isAnnotatedWith(element Element, annotations Set<String>) : boolean in class org.immutables.value.processor.meta.Proto | From | To | |
Inline Variable | 3 | ||
Inline Variable annotationMirrors : List<? extends AnnotationMirror> in method package isJacksonJsonTypeInfoAnnotated(element Element) : boolean from class org.immutables.value.processor.meta.Proto | From | To | |
Inline Variable annotationMirrors : List<? extends AnnotationMirror> in method package isJacksonDeserializedAnnotated(element Element) : boolean from class org.immutables.value.processor.meta.Proto | From | To | |
Inline Variable annotationMirrors : List<? extends AnnotationMirror> in method package isJacksonSerializedAnnotated(element Element) : boolean from class org.immutables.value.processor.meta.Proto | From | To | |
Extract Method | 3 | ||
Extract Method package isAnnotatedWith(element Element, annotations Set<String>) : boolean extracted from package isJacksonJsonTypeInfoAnnotated(element Element) : boolean in class org.immutables.value.processor.meta.Proto | From | To | |
Extract Method package isAnnotatedWith(element Element, annotations Set<String>) : boolean extracted from package isJacksonDeserializedAnnotated(element Element) : boolean in class org.immutables.value.processor.meta.Proto | From | To | |
Extract Method package isAnnotatedWith(element Element, annotations Set<String>) : boolean extracted from package isJacksonSerializedAnnotated(element Element) : boolean in class org.immutables.value.processor.meta.Proto | From | To |