b8f9cb10105ac821e866a006d83af9495eefae43
Files Diff
- Added: 3
- Removed: 6
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public executeExecuteTestsTask() : void renamed to package executeWithUnknownCommandLineOption() : void in class org.junit.platform.console.ConsoleLauncherTests | From | To | |
Rename Method public executeDisplayHelpTask() : void renamed to package displayHelp() : void in class org.junit.platform.console.ConsoleLauncherTests | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type consoleTaskExecutor : ConsoleTaskExecutor to out : PrintStream in method package ConsoleLauncher(commandLineOptionsParser CommandLineOptionsParser, out PrintStream, err PrintStream) in class org.junit.platform.console.ConsoleLauncher | From | To | |
Inline Method | 1 | ||
Inline Method private determineTask(options CommandLineOptions) : ConsoleTask inlined to package execute(args String...) : ConsoleLauncherExecutionResult in class org.junit.platform.console.ConsoleLauncher | From | To | |
Change Return Type | 3 | ||
Change Return Type int to TestExecutionSummary in method private executeTests(out PrintWriter) : TestExecutionSummary in class org.junit.platform.console.tasks.ConsoleTestExecutor | From | To | |
Change Return Type int to TestExecutionSummary in method public execute(out PrintWriter) : TestExecutionSummary in class org.junit.platform.console.tasks.ConsoleTestExecutor | From | To | |
Change Return Type int to ConsoleLauncherExecutionResult in method package execute(args String...) : ConsoleLauncherExecutionResult in class org.junit.platform.console.ConsoleLauncher | From | To | |
Rename Class | 2 | ||
Rename Class org.junit.platform.console.tasks.ExecuteTestsTask renamed to org.junit.platform.console.tasks.ConsoleTestExecutor | From | To | |
Rename Class org.junit.platform.console.tasks.ExecuteTestsTaskTests renamed to org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Replace Variable With Attribute | 2 | ||
Replace Variable With Attribute consoleTaskExecutor : ConsoleTaskExecutor to printSink : PrintStream in method package executeWithUnknownCommandLineOption() : void in class org.junit.platform.console.ConsoleLauncherTests | From | To | |
Replace Variable With Attribute consoleTaskExecutor : ConsoleTaskExecutor to printSink : PrintStream in method package displayHelp() : void in class org.junit.platform.console.ConsoleLauncherTests | From | To | |
Rename Attribute | 1 | ||
Rename Attribute consoleTaskExecutor : ConsoleTaskExecutor to outStream : PrintStream in class org.junit.platform.console.ConsoleLauncher | From | To | |
Change Variable Type | 11 | ||
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package hasStatusCode1ForFailingContainer() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type consoleTaskExecutor : ConsoleTaskExecutor to printSink : PrintStream in method package executeWithUnknownCommandLineOption() : void in class org.junit.platform.console.ConsoleLauncherTests | From | To | |
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package printsFailuresEvenIfDetailsAreHidden() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package printsNoDetailsIfTheyAreHidden() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package hasStatusCode0ForSucceedingTest() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package printsDetailsIfTheyAreNotHidden() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package hasStatusCode1ForFailingTest() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package printsSummary() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package usesSameClassLoaderIfNoAdditionalClassPathEntriesArePresent() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type task : ExecuteTestsTask to task : ConsoleTestExecutor in method package usesCustomClassLoaderIfAdditionalClassPathEntriesArePresent() : void in class org.junit.platform.console.tasks.ConsoleTestExecutorTests | From | To | |
Change Variable Type consoleTaskExecutor : ConsoleTaskExecutor to printSink : PrintStream in method package displayHelp() : void in class org.junit.platform.console.ConsoleLauncherTests | From | To | |
Extract Method | 1 | ||
Extract Method public execute(expectedCode Optional<Integer>, args String...) : ConsoleLauncherWrapperResult extracted from public execute(args String...) : ConsoleLauncherWrapperResult in class org.junit.platform.console.ConsoleLauncherWrapper | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type consoleTaskExecutor : ConsoleTaskExecutor to outStream : PrintStream in class org.junit.platform.console.ConsoleLauncher | From | To | |
Rename Parameter | 1 | ||
Rename Parameter consoleTaskExecutor : ConsoleTaskExecutor to out : PrintStream in method package ConsoleLauncher(commandLineOptionsParser CommandLineOptionsParser, out PrintStream, err PrintStream) in class org.junit.platform.console.ConsoleLauncher | From | To |