f54fb46aba2edb2b4b4202475823ddb06ab098f5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type xmlReportsDir : String to xmlReportsDir : File in method public setXmlReportsDir(xmlReportsDir File) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Parameter Type reportsDir : String to reportsDir : Path in method public XmlReportsWritingListener(reportsDir Path, out PrintWriter) in class org.junit.platform.console.tasks.XmlReportsWritingListener | From | To | |
Change Return Type | 1 | ||
Change Return Type Optional<String> to Optional<File> in method public getXmlReportsDir() : Optional<File> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type xmlReportsDir : String to xmlReportsDir : File in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Attribute Type xmlReportsDir : OptionSpec<String> to xmlReportsDir : OptionSpec<File> in class org.junit.platform.console.options.AvailableOptions | From | To |