cbb19f844d1d8ee7ba908a6456023c1300121f82
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable containerTypeForRepeatable : Class<? extends Annotation> to containerType : Class<? extends Annotation> in method private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : List<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Rename Variable collectedAnnotations : Set<A> to annotations : Set<A> in method private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : List<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable containerTypeForRepeatable : Class<? extends Annotation> to containerType : Class<? extends Annotation> in method 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 | |
Extract Method | 2 | ||
Extract Method private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>, containerType Class<? extends Annotation>, candidateAnnotations Annotation[], collectedAnnotations Set<A>) : void extracted from private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : List<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To |