755fbf21a01ddd0ff92f291c0b473731da213f39
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type file : File to path : Path in method private toURL(path Path) : URL in class org.junit.platform.console.tasks.ExecuteTestsTask | From | To | |
Change Parameter Type reportsDir : File to reportsDir : Path in method public setReportsDir(reportsDir Path) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Parameter Type directories : Set<File> to directories : Set<Path> in method public selectClasspathRoots(directories Set<Path>) : List<ClasspathRootSelector> in class org.junit.platform.engine.discovery.DiscoverySelectors | From | To | |
Change Return Type | 5 | ||
Change Return Type File to Path in method private getClasspathRoot(testClass Class<?>) : Path in class org.junit.vintage.engine.VintageTestEngineDiscoveryTests | From | To | |
Change Return Type Set<File> to Set<Path> in method public getAllClasspathRootDirectories() : Set<Path> in class org.junit.platform.commons.util.ReflectionUtils | From | To | |
Change Return Type Optional<File> to Optional<Path> in method public getReportsDir() : Optional<Path> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Return Type Set<File> to Set<Path> in method private determineClasspathRootDirectories(options CommandLineOptions) : Set<Path> in class org.junit.platform.console.tasks.DiscoveryRequestCreator | From | To | |
Change Return Type List<File> to List<Path> in method public getAdditionalClasspathEntries() : List<Path> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Variable Type | 5 | ||
Change Variable Type rootDirectoriesToScan : Set<File> to rootDirectoriesToScan : Set<Path> in method private createBuilderForClasspathScanning(options CommandLineOptions) : LauncherDiscoveryRequestBuilder in class org.junit.platform.console.tasks.DiscoveryRequestCreator | From | To | |
Change Variable Type root : File to root : Path in method package resolvesApplyingClassFilters() : void in class org.junit.vintage.engine.VintageTestEngineDiscoveryTests | From | To | |
Change Variable Type rootDirs : Set<File> to rootDirs : Set<Path> in method private determineClasspathRootDirectories(options CommandLineOptions) : Set<Path> in class org.junit.platform.console.tasks.DiscoveryRequestCreator | From | To | |
Change Variable Type additionalClasspathEntries : List<File> to additionalClasspathEntries : List<Path> in method private createCustomClassLoader() : Optional<ClassLoader> in class org.junit.platform.console.tasks.ExecuteTestsTask | From | To | |
Change Variable Type root : File to root : Path in method package resolvesClasspathSelector() : void in class org.junit.vintage.engine.VintageTestEngineDiscoveryTests | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type additionalClasspathEntries : List<File> to additionalClasspathEntries : List<Path> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Attribute Type reportsDir : File to reportsDir : Path in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Attribute Type additionalClasspathEntries : OptionSpec<File> to additionalClasspathEntries : OptionSpec<Path> in class org.junit.platform.console.options.AvailableOptions | From | To | |
Change Attribute Type reportsDir : OptionSpec<File> to reportsDir : OptionSpec<Path> in class org.junit.platform.console.options.AvailableOptions | From | To | |
Rename Parameter | 1 | ||
Rename Parameter file : File to path : Path in method private toURL(path Path) : URL in class org.junit.platform.console.tasks.ExecuteTestsTask | From | To |