90747aed5098c5c87ecb855a8a1c32fd56be6b9c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute args : String... to testClasses : List<String> in method private run() : void in class org.junit.gen5.console.ConsoleRunner | From | To | |
Change Variable Type | 1 | ||
Change Variable Type args : String... to testClasses : List<String> in method private run() : void in class org.junit.gen5.console.ConsoleRunner | From | To | |
Extract Variable | 1 | ||
Extract Variable testSummaryListener : TestSummaryReportingTestListener in method private run() : void from class org.junit.gen5.console.ConsoleRunner | From | To | |
Extract Method | 2 | ||
Extract Method public forClassNames(classNames Stream<String>) : List<TestPlanSpecificationElement> extracted from public forClassNames(classNames String...) : List<TestPlanSpecificationElement> in class org.junit.gen5.engine.TestPlanSpecification | From | To | |
Extract Method private run() : void extracted from public main(args String...) : void in class org.junit.gen5.console.ConsoleRunner | From | To |