f77221e6cdd0908acda7b731604be9d8e83336e5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public findRepeatableAnnotationsWithMultipleAnnotationsOnSuperclass() : void renamed to public findInheritedRepeatableAnnotationsWithContainerAnnotationOnSuperclass() : void in class org.junit.gen5.commons.util.AnnotationUtilsTests | From | To | |
Rename Method public findRepeatableAnnotationsWithContainerAnnotationOnSuperclass() : void renamed to public findInheritedRepeatableAnnotationsWithMultipleAnnotationsOnSuperclass() : void in class org.junit.gen5.commons.util.AnnotationUtilsTests | From | To | |
Rename Method public findRepeatableAnnotationsWithSingleAnnotationOnSuperclass() : void renamed to public findInheritedRepeatableAnnotationsWithSingleAnnotationOnSuperclass() : void in class org.junit.gen5.commons.util.AnnotationUtilsTests | From | To | |
Rename Variable | 1 | ||
Rename Variable candidateAnnotation : Annotation to candidate : Annotation in method private findRepeatableAnnotations(candidates Annotation[], annotationType Class<A>, containerType Class<? extends Annotation>, inherited boolean, found Set<A>, visited Set<Annotation>) : void in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Extract Method | 1 | ||
Extract Method private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, containerType Class<? extends Annotation>, inherited boolean, found Set<A>, visited Set<Annotation>) : void extracted from private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>, containerType Class<? extends Annotation>, candidateAnnotations Annotation[], collectedAnnotations Set<A>) : void in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Rename Parameter | 2 | ||
Rename Parameter collectedAnnotations : Set<A> to found : Set<A> in method private findRepeatableAnnotations(candidates Annotation[], annotationType Class<A>, containerType Class<? extends Annotation>, inherited boolean, found Set<A>, visited Set<Annotation>) : void in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Rename Parameter candidateAnnotations : Annotation[] to candidates : Annotation[] in method private findRepeatableAnnotations(candidates Annotation[], annotationType Class<A>, containerType Class<? extends Annotation>, inherited boolean, found Set<A>, visited Set<Annotation>) : void in class org.junit.gen5.commons.util.AnnotationUtils | From | To |