adaf70d9d08a3ab2002e6365ea9ae52c5013c8d4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getArguments() : List<String> renamed to public getSelectedClasspathEntries() : List<Path> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Method public parseExtraArguments() : void renamed to public parseClasspathScanningEntries() : void in class org.junit.platform.console.options.JOptSimpleCommandLineOptionsParserTests | From | To | |
Rename Method public setArguments(arguments List<String>) : void renamed to public setSelectedClasspathEntries(selectedClasspathEntries List<Path>) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type arguments : List<String> to selectedClasspathEntries : List<Path> in method public setSelectedClasspathEntries(selectedClasspathEntries List<Path>) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to List<Path> in method public getSelectedClasspathEntries() : List<Path> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Attribute | 2 | ||
Rename Attribute arguments : List<String> to selectedClasspathEntries : List<Path> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Attribute scanClasspath : OptionSpec<Void> to selectedClasspathEntries : OptionSpec<Path> in class org.junit.platform.console.options.AvailableOptions | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type arguments : List<String> to selectedClasspathEntries : List<Path> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Attribute Type scanClasspath : OptionSpec<Void> to selectedClasspathEntries : OptionSpec<Path> in class org.junit.platform.console.options.AvailableOptions | From | To | |
Rename Parameter | 1 | ||
Rename Parameter arguments : List<String> to selectedClasspathEntries : List<Path> in method public setSelectedClasspathEntries(selectedClasspathEntries List<Path>) : void in class org.junit.platform.console.options.CommandLineOptions | From | To |