dadf4482250f33170c0fe246a8f354c9c7615c68
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 1 | ||
| Move Method private printException(exception Exception, out PrintStream) : void from class org.junit.gen5.console.ConsoleRunner to private printException(exception Exception) : void from class org.junit.gen5.console.tasks.ConsoleTaskExecutor | From | To | |
| Replace Variable With Attribute | 3 | ||
| Replace Variable With Attribute parser : CommandLineOptionsParser to commandLineOptionsParser : CommandLineOptionsParser in method package displayHelp(out PrintWriter) : void in class org.junit.gen5.console.ConsoleRunner | From | To | |
| Replace Variable With Attribute parser : CommandLineOptionsParser to commandLineOptionsParser : CommandLineOptionsParser in method private determineTask(options CommandLineOptions) : ConsoleTask in class org.junit.gen5.console.ConsoleRunner | From | To | |
| Replace Variable With Attribute parser : CommandLineOptionsParser to commandLineOptionsParser : CommandLineOptionsParser in method package execute(args String...) : int in class org.junit.gen5.console.ConsoleRunner | From | To | |
| Extract Method | 1 | ||
| Extract Method package execute(args String...) : int extracted from public main(args String...) : void in class org.junit.gen5.console.ConsoleRunner | From | To |