737ede87696ca167b14a617550b6c50fbced7c72
Files Diff
- Added: 0
- Removed: 2
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private toURL(file File) : URL from class org.junit.platform.console.tasks.ClasspathEntriesParser to private toURL(file File) : URL from class org.junit.platform.console.tasks.ExecuteTestsTask | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to List<File> in method public getAdditionalClasspathEntries() : List<File> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Variable Type | 1 | ||
Change Variable Type additionalClasspathEntries : List<String> to additionalClasspathEntries : List<File> in method private createCustomClassLoader() : Optional<ClassLoader> in class org.junit.platform.console.tasks.ExecuteTestsTask | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type additionalClasspathEntries : OptionSpec<String> to additionalClasspathEntries : OptionSpec<File> in class org.junit.platform.console.options.AvailableOptions | From | To | |
Change Attribute Type additionalClasspathEntries : List<String> to additionalClasspathEntries : List<File> in class org.junit.platform.console.options.CommandLineOptions | From | To |