5758abea4503302867029bb0bc7cfb08995969a3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type annotation : Annotation to annotationType : Class<? extends Annotation> in method private isInJavaLangAnnotationPackage(annotationType Class<? extends Annotation>) : boolean in class org.junit.platform.commons.util.AnnotationUtils | From | To | |
Extract Variable | 3 | ||
Extract Variable candidateAnnotationType : Class<? extends Annotation> in method private findRepeatableAnnotations(candidates Annotation[], annotationType Class<A>, containerType Class<? extends Annotation>, inherited boolean, found Set<A>, visited Set<Annotation>) : void from class org.junit.platform.commons.util.AnnotationUtils | From | To | |
Extract Variable candidateAnnotationType : Class<? extends Annotation> in method private findMetaAnnotation(annotationType Class<A>, candidates Annotation[], key AnnotationCacheKey, visited Set<Annotation>) : Optional<A> from class org.junit.platform.commons.util.AnnotationUtils | From | To | |
Extract Variable annotationType : Class<? extends Annotation> in method public getDefaultValue(annotation Annotation, attributeName String, attributeType Class<T>) : Optional<T> from class org.junit.platform.commons.util.AnnotationUtils | From | To | |
Rename Parameter | 1 | ||
Rename Parameter annotation : Annotation to annotationType : Class<? extends Annotation> in method private isInJavaLangAnnotationPackage(annotationType Class<? extends Annotation>) : boolean in class org.junit.platform.commons.util.AnnotationUtils | From | To |