8267f748cec04349f4193592b1d9e5d8d9a1e53b
Files Diff
- Added: 7
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method private addClassNameMatches(plan TestPlanSpecification) : void renamed to private addClassNameMatchesFilter(plan TestPlanSpecification) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Method private addOnlyIncludeEngineFilter(plan TestPlanSpecification) : void renamed to private addEngineIdFilter(plan TestPlanSpecification) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Method private addOnlyIncludeTagsFilter(plan TestPlanSpecification) : void renamed to private addIncludeTagsFilter(plan TestPlanSpecification) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Variable | 4 | ||
Rename Variable onlyIncludeTags : String[] to includeTags : String[] in method private addIncludeTagsFilter(plan TestPlanSpecification) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Variable specs : List<TestPlanSpecificationElement> to specElements : List<TestPlanSpecificationElement> in method private createSpecificationFromAnnotations() : TestPlanSpecification in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Variable onlyIncludeEngine : String to engineId : String in method private addEngineIdFilter(plan TestPlanSpecification) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Variable plan : TestPlanSpecification to spec : TestPlanSpecification in method private createSpecificationFromAnnotations() : TestPlanSpecification in class org.junit.gen5.junit4.runner.JUnit5 | From | To |