6c9d0a5aea0805b5d52cc007403b5057cbd583fd
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Merge Attribute | 1 | ||
| Merge Attribute [disableAnsiColors : boolean, hideDetails : boolean, arguments : List<String>, classnameFilter : String, tagsFilter : List<String>, runAllTests : boolean] to options : CommandLineOptions in class org.junit.gen5.console.ConsoleRunner | From | To | |
| Rename Variable | 1 | ||
| Rename Variable consoleRunner : ConsoleRunner to options : CommandLineOptions in method public main(args String...) : void in class org.junit.gen5.console.ConsoleRunner | From | To | |
| Change Return Type | 1 | ||
| Change Return Type void to TestExecutionSummary in method private run() : TestExecutionSummary in class org.junit.gen5.console.ConsoleRunner | From | To | |
| Move Attribute | 5 | ||
| Move Attribute private hideDetails : boolean from class org.junit.gen5.console.ConsoleRunner to private hideDetails : boolean from class org.junit.gen5.console.options.AirlineCommandLineOptions | From | To | |
| Move Attribute private arguments : List<String> from class org.junit.gen5.console.ConsoleRunner to private arguments : List<String> from class org.junit.gen5.console.options.AirlineCommandLineOptions | From | To | |
| Move Attribute private tagsFilter : List<String> from class org.junit.gen5.console.ConsoleRunner to private tagsFilter : List<String> from class org.junit.gen5.console.options.AirlineCommandLineOptions | From | To | |
| Move Attribute private classnameFilter : String from class org.junit.gen5.console.ConsoleRunner to private classnameFilter : String from class org.junit.gen5.console.options.AirlineCommandLineOptions | From | To | |
| Move Attribute private runAllTests : boolean from class org.junit.gen5.console.ConsoleRunner to private runAllTests : boolean from class org.junit.gen5.console.options.AirlineCommandLineOptions | From | To | |
| Extract Class | 1 | ||
| Extract Class org.junit.gen5.console.options.AirlineCommandLineOptions from class org.junit.gen5.console.ConsoleRunner | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type consoleRunner : ConsoleRunner to options : CommandLineOptions in method public main(args String...) : void in class org.junit.gen5.console.ConsoleRunner | From | To |