7f39b3e12aa84fe0c7de0c972ed761ea4b1f539b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private testPlanSpecificationElementsFromArguments(options CommandLineOptions) : List<TestPlanSpecificationElement> renamed to private buildNameBasedSpecification(options CommandLineOptions) : TestPlanSpecification in class org.junit.gen5.console.tasks.TestPlanSpecificationCreator | From | To | |
Change Return Type | 1 | ||
Change Return Type List<TestPlanSpecificationElement> to TestPlanSpecification in method private buildNameBasedSpecification(options CommandLineOptions) : TestPlanSpecification in class org.junit.gen5.console.tasks.TestPlanSpecificationCreator | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable testPlanSpecification : TestPlanSpecification to specification : TestPlanSpecification in method private applyFilters(specification TestPlanSpecification, options CommandLineOptions) : void in class org.junit.gen5.console.tasks.TestPlanSpecificationCreator | From | To | |
Extract Method | 3 | ||
Extract Method private buildSpecification(options CommandLineOptions) : TestPlanSpecification extracted from package toTestPlanSpecification(options CommandLineOptions) : TestPlanSpecification in class org.junit.gen5.console.tasks.TestPlanSpecificationCreator | From | To | |
Extract Method private applyFilters(specification TestPlanSpecification, options CommandLineOptions) : void extracted from package toTestPlanSpecification(options CommandLineOptions) : TestPlanSpecification in class org.junit.gen5.console.tasks.TestPlanSpecificationCreator | From | To | |
Extract Method private determineClasspathRootDirectories(options CommandLineOptions) : Set<File> extracted from package toTestPlanSpecification(options CommandLineOptions) : TestPlanSpecification in class org.junit.gen5.console.tasks.TestPlanSpecificationCreator | From | To |