eb2be7a5933499a6fae911829e7eabdb4c14dd9f
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package addsExplicitClassNameFilterToRequestWhenFilterClassNameAnnotationIsPresent() : void renamed to package addsExplicitClassNameFilterToRequestWhenDeprecatedIncludeClassNamePatternAnnotationIsPresent() : void in class org.junit.platform.runner.JUnitPlatformRunnerTests.Discovery | From | To | |
Rename Method private getIncludeClassNamePattern(isSuite boolean) : String renamed to private getIncludeClassNamePatterns(isSuite boolean) : String[] in class org.junit.platform.runner.JUnitPlatform | From | To | |
Rename Variable | 1 | ||
Rename Variable pattern : String to patterns : String[] in method private addIncludeClassNamePatternFilter(requestBuilder LauncherDiscoveryRequestBuilder, isSuite boolean) : void in class org.junit.platform.runner.JUnitPlatform | From | To | |
Change Return Type | 1 | ||
Change Return Type String to String[] in method private getIncludeClassNamePatterns(isSuite boolean) : String[] in class org.junit.platform.runner.JUnitPlatform | From | To | |
Change Variable Type | 1 | ||
Change Variable Type pattern : String to patterns : String[] in method private addIncludeClassNamePatternFilter(requestBuilder LauncherDiscoveryRequestBuilder, isSuite boolean) : void in class org.junit.platform.runner.JUnitPlatform | From | To |