a64e354fa285ecd9297521ca327d9fbed34c21c9
Files Diff
- Added: 8
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setHideDetails(hideDetails boolean) : void renamed to public setDetails(details Details) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type hideDetails : boolean to details : Details in method public setDetails(details Details) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Return Type | 1 | ||
Change Return Type ColoredPrintingTestListener to TreePrintingListener in method private listener(stringWriter StringWriter) : TreePrintingListener in class org.junit.platform.console.tasks.TreePrintingListenerTests | From | To | |
Rename Class | 2 | ||
Rename Class org.junit.platform.console.tasks.ColoredPrintingTestListenerTests renamed to org.junit.platform.console.tasks.TreePrintingListenerTests | From | To | |
Rename Class org.junit.platform.console.tasks.ColoredPrintingTestListener renamed to org.junit.platform.console.tasks.FlatPrintingListener | From | To | |
Rename Attribute | 1 | ||
Rename Attribute hideDetails : boolean to details : Details in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type hideDetails : boolean to details : Details in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Parameter | 1 | ||
Rename Parameter hideDetails : boolean to details : Details in method public setDetails(details Details) : void in class org.junit.platform.console.options.CommandLineOptions | From | To |