be20d357999231d881386ce5aebd0e630d754e52
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable composedAnnotation : Annotation to candiateAnnotation : Annotation in method private findAnnotation(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : Optional<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Extract Method | 1 | ||
Extract Method private findAnnotation(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : Optional<A> extracted from public findAnnotation(element AnnotatedElement, annotationType Class<A>) : Optional<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To |