5a24d833ed4bf36926f6c8448d092c1c283770f9
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package computeStatusTile(result TestExecutionResult) : String renamed to package status(result TestExecutionResult) : String in class org.junit.platform.console.tasks.Theme | From | To | |
| Move Method | 4 | ||
| Move Method package printVerticals(tile String) : void from class org.junit.platform.console.tasks.TreePrintingListener to private printVerticals(tile String) : void from class org.junit.platform.console.tasks.VerboseTreePrintingListener | From | To | |
| Move Method package printf(color Color, message String, args Object...) : void from class org.junit.platform.console.tasks.TreePrintingListener to private printf(color Color, message String, args Object...) : void from class org.junit.platform.console.tasks.VerboseTreePrintingListener | From | To | |
| Move Method package verticals(index int) : String from class org.junit.platform.console.tasks.TreePrintingListener to private verticals(index int) : String from class org.junit.platform.console.tasks.VerboseTreePrintingListener | From | To | |
| Move Method private verticals() : String from class org.junit.platform.console.tasks.TreePrintingListener to private verticals() : String from class org.junit.platform.console.tasks.VerboseTreePrintingListener | From | To | |
| Rename Variable | 1 | ||
| Rename Variable frame : Frame to creationMillis : Long in method public executionFinished(testIdentifier TestIdentifier, testExecutionResult TestExecutionResult) : void in class org.junit.platform.console.tasks.VerboseTreePrintingListener | From | To | |
| Change Return Type | 1 | ||
| Change Return Type TreePrintingListener to TestExecutionListener in method private createTreePrinter(writer Writer) : TestExecutionListener in class org.junit.platform.console.tasks.VerboseTreePrintingListenerTests | From | To | |
| Move Attribute | 4 | ||
| Move Attribute private out : PrintWriter from class org.junit.platform.console.tasks.TreePrintingListener to private out : PrintWriter from class org.junit.platform.console.tasks.TreePrinter | From | To | |
| Move Attribute package theme : Theme from class org.junit.platform.console.tasks.TreePrintingListener to private theme : Theme from class org.junit.platform.console.tasks.TreePrinter | From | To | |
| Move Attribute private disableAnsiColors : boolean from class org.junit.platform.console.tasks.TreePrintingListener to private disableAnsiColors : boolean from class org.junit.platform.console.tasks.TreePrinter | From | To | |
| Move Attribute private verticals : String[] from class org.junit.platform.console.tasks.TreePrintingListener to private verticals : String[] from class org.junit.platform.console.tasks.VerboseTreePrintingListener | From | To | |
| Extract Class | 1 | ||
| Extract Class org.junit.platform.console.tasks.TreePrinter from class org.junit.platform.console.tasks.TreePrintingListener | From | To | |
| Move Class | 1 | ||
| Move Class org.junit.platform.console.tasks.TreePrintingListener.Theme moved to org.junit.platform.console.tasks.Theme | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute frames : Deque<Frame> to stack : Deque<TreeNode> in class org.junit.platform.console.tasks.TreePrintingListener | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type listener : TreePrintingListener to listener : TestExecutionListener in method package emptyTree() : void in class org.junit.platform.console.tasks.VerboseTreePrintingListenerTests | From | To | |
| Change Variable Type frame : Frame to creationMillis : Long in method public executionFinished(testIdentifier TestIdentifier, testExecutionResult TestExecutionResult) : void in class org.junit.platform.console.tasks.VerboseTreePrintingListener | From | To | |
| Change Variable Type listener : TreePrintingListener to listener : TestExecutionListener in method package simpleTree() : void in class org.junit.platform.console.tasks.VerboseTreePrintingListenerTests | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type frames : Deque<Frame> to stack : Deque<TreeNode> in class org.junit.platform.console.tasks.TreePrintingListener | From | To |