c53597685d9d16a057b72c14e384a6ce9ecb8ffa
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private annotationMatchesName(annotationElement TypeElement, includeAnnotations Optional<Set<String>>) : boolean renamed to private annotationTypeMatches(annotationElement TypeElement, includeAnnotations Set<String>, elementType ElementType) : boolean in class org.immutables.value.processor.meta.Annotations | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type includeAnnotations : Optional<Set<String>> to includeAnnotations : Set<String> in method private annotationTypeMatches(annotationElement TypeElement, includeAnnotations Set<String>, elementType ElementType) : boolean in class org.immutables.value.processor.meta.Annotations | From | To | |
Change Parameter Type includeAnnotations : Optional<Set<String>> to includeAnnotations : Set<String> in method package getAnnotationLines(element Element, includeAnnotations Set<String>, elementType ElementType) : List<CharSequence> in class org.immutables.value.processor.meta.Annotations | From | To | |
Rename Attribute | 1 | ||
Rename Attribute PREFIX_ORG_IMMUTABLES : String to PREFIX_IMMUTABLES : String in class org.immutables.value.processor.meta.Annotations | From | To |