669bfebe136647efe3fe4339cd708033b3d5ac45
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable metaAnnotation : Optional<A> to directMetaAnnotation : Optional<A> in method private findAnnotation(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : Optional<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To | |
Rename Variable metaAnnotation : Optional<A> to indirectMetaAnnotation : Optional<A> 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 | 2 | ||
Extract Method private findMetaAnnotation(annotationType Class<A>, candidates Annotation[], key AnnotationCacheKey, visited Set<Annotation>) : Optional<A> extracted from private findAnnotation(element AnnotatedElement, annotationType Class<A>, visited Set<Annotation>) : Optional<A> in class org.junit.gen5.commons.util.AnnotationUtils | From | To |