c99c19da68ecad0de60bdc1e3208e210794e3077
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 7 | ||
Change Variable Type annotation : Classes to annotation : A in method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Change Variable Type annotation : Packages to annotation : A in method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Change Variable Type annotation : ClassNamePattern to annotation : A in method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Change Variable Type annotation : UniqueIds to annotation : A in method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Change Variable Type annotation : OnlyEngine to annotation : A in method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Change Variable Type annotation : OnlyIncludeTags to annotation : A in method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Change Variable Type annotation : ExcludeTags to annotation : A in method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Extract Method | 7 | ||
Extract Method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V extracted from private getUniqueIds() : String[] in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Extract Method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V extracted from private getClassNameRegExPattern() : String in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Extract Method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V extracted from private getExcludeTags() : String[] in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Extract Method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V extracted from private getTestClasses() : Class<?>[] in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Extract Method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V extracted from private getIncludeTags() : String[] in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Extract Method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V extracted from private getPackageNames() : String[] in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Extract Method private getValueFromAnnotation(annotationClass Class<A>, extractor Function<A,V>, defaultValue V) : V extracted from private getExplicitEngineId() : String in class org.junit.gen5.junit4.runner.JUnit5 | From | To |