d09f119bbc64630be01305f3dcd5c4dfa18fc6f1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 1 | ||
Change Variable Type collectedAnnotations : List<A> to collectedAnnotations : 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 | |
Extract Variable | 1 | ||
Extract Variable containedAnnotations : List<A> in method private findRepeatableAnnotations(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : List<A> from class org.junit.gen5.commons.util.AnnotationUtils | From | To |