75b29322106fec4ddb80857fa386d114e762726d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package descriptionForJavaMethodSourceUsingTechnicalNames() : void renamed to package descriptionForJavaMethodAndClassSourcesUsingTechnicalNames() : void in class org.junit.platform.runner.JUnitPlatformRunnerTests.Descriptions | From | To | |
Rename Method package descriptionForJavaMethodSource() : void renamed to package descriptionForJavaMethodAndClassSources() : void in class org.junit.platform.runner.JUnitPlatformRunnerTests.Descriptions | From | To | |
Change Variable Type | 2 | ||
Change Variable Type children : ArrayList<Description> to children : List<Description> in method package descriptionForJavaMethodAndClassSources() : void in class org.junit.platform.runner.JUnitPlatformRunnerTests.Descriptions | From | To | |
Change Variable Type children : ArrayList<Description> to children : List<Description> in method package descriptionForJavaMethodAndClassSourcesUsingTechnicalNames() : void in class org.junit.platform.runner.JUnitPlatformRunnerTests.Descriptions | From | To | |
Extract Method | 1 | ||
Extract Method private useTechnicalNames(testClass Class<?>) : boolean extracted from package JUnitPlatformTestTree(plan TestPlan, testClass Class<?>) in class org.junit.platform.runner.JUnitPlatformTestTree | From | To |