16cc3e4c3bc2e91cde7e720ca731112e0123c6a9
Files Diff
- Added: 20
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method private toTestTags(tags List<String>) : List<TestTag> renamed to private orExpressionFor(tags List<String>) : String in class org.junit.platform.launcher.TagFilter | From | To | |
Rename Method private testDescriptorWithTag(tag String) : TestDescriptor renamed to private testDescriptorWithTags(tag String...) : TestDescriptor in class org.junit.platform.runner.JUnitPlatformRunnerTests | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tag : String to tag : String... in method private testDescriptorWithTags(tag String...) : TestDescriptor in class org.junit.platform.runner.JUnitPlatformRunnerTests | From | To | |
Change Return Type | 1 | ||
Change Return Type List<TestTag> to String in method private orExpressionFor(tags List<String>) : String in class org.junit.platform.launcher.TagFilter | From | To |