fbbe619832b3bee89966ac3676a61ddf9940a8f9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private newSourcelessIdentifierWithParent(testPlan TestPlan, parentDisplay String, testSource TestSource) : TestIdentifier renamed to private newSourcelessChildIdentifierWithParent(testPlan TestPlan, parentDisplay String, parentTestSource TestSource) : TestIdentifier in class org.junit.platform.surefire.provider.RunListenerAdapterTests | From | To | |
Rename Parameter | 1 | ||
Rename Parameter testSource : TestSource to parentTestSource : TestSource in method private newSourcelessChildIdentifierWithParent(testPlan TestPlan, parentDisplay String, parentTestSource TestSource) : TestIdentifier in class org.junit.platform.surefire.provider.RunListenerAdapterTests | From | To |