e6f34705e628c968be65798e35723ca6fe8145b0
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected defaultAction(o Object, p Void) : Void renamed to public visitBoolean(b boolean, p Void) : Void in class org.immutables.generator.AnnotationMirrors.PrintVisitor | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type o : Object to b : boolean in method public visitBoolean(b boolean, p Void) : Void in class org.immutables.generator.AnnotationMirrors.PrintVisitor | From | To | |
Rename Variable | 1 | ||
Rename Variable string : String to qualifiedName : String in method private annotationMatchesName(annotationElement TypeElement, includeAnnotations Optional<Set<String>>) : boolean in class org.immutables.value.processor.meta.Annotations | From | To | |
Extract Method | 1 | ||
Extract Method private annotationMatchesName(annotationElement TypeElement, includeAnnotations Optional<Set<String>>) : boolean extracted from package getAnnotationLines(element Element, elementType ElementType) : List<CharSequence> in class org.immutables.value.processor.meta.Annotations | From | To | |
Rename Parameter | 1 | ||
Rename Parameter o : Object to b : boolean in method public visitBoolean(b boolean, p Void) : Void in class org.immutables.generator.AnnotationMirrors.PrintVisitor | From | To |