0a8b45ea0de3b17f41198969c13840d6a88cc4a0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type root : Path to root : URI in method package scanForClassesInClasspathRoot(root URI, classFilter Predicate<Class<?>>, classNameFilter Predicate<String>) : List<Class<?>> in class org.junit.platform.commons.util.ClasspathScanner | From | To | |
Change Return Type | 1 | ||
Change Return Type Path to URI in method private getTestClasspathRoot() : URI in class org.junit.platform.commons.util.ClasspathScannerTests | From | To | |
Change Variable Type | 3 | ||
Change Variable Type root : Path to root : URI in method package findAllClassesInClasspathRoot() : void in class org.junit.platform.commons.util.ClasspathScannerTests | From | To | |
Change Variable Type root : Path to root : URI in method package onlyLoadsClassesInClasspathRootThatAreIncludedByTheClassNameFilter() : void in class org.junit.platform.commons.util.ClasspathScannerTests | From | To | |
Change Variable Type root : Path to root : URI in method package findAllClassesInClasspathRootWithFilter() : void in class org.junit.platform.commons.util.ClasspathScannerTests | From | To | |
Extract Method | 2 | ||
Extract Method public findAllClassesInClasspathRoot(root URI, classTester Predicate<Class<?>>, classNameFilter Predicate<String>) : List<Class<?>> extracted from public findAllClassesInClasspathRoot(root Path, classTester Predicate<Class<?>>, classNameFilter Predicate<String>) : List<Class<?>> in class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Extract Method private createForJarFileSystem(jarUri URI, pathProvider Function<FileSystem,Path>) : CloseablePath extracted from package create(uri URI) : CloseablePath in class org.junit.platform.commons.util.CloseablePath | From | To |