cf0ba5f250c6430fe8ed2f68b303fcc66ed1565e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type source : Optional<TestSource> to source : TestSource in method package TestIdentifier(uniqueId String, displayName String, source TestSource, tags Set<TestTag>, type TestDescriptor.Type, parentId String, legacyReportingName String) in class org.junit.platform.launcher.TestIdentifier | From | To | |
Change Parameter Type parentId : Optional<String> to parentId : String in method package TestIdentifier(uniqueId String, displayName String, source TestSource, tags Set<TestTag>, type TestDescriptor.Type, parentId String, legacyReportingName String) in class org.junit.platform.launcher.TestIdentifier | From | To | |
Merge Variable | 1 | ||
Merge Variable [test : boolean, container : boolean] to type : TestDescriptor.Type in method public from(testDescriptor TestDescriptor) : TestIdentifier in class org.junit.platform.launcher.TestIdentifier | From | To | |
Change Variable Type | 2 | ||
Change Variable Type source : Optional<TestSource> to source : TestSource in method public from(testDescriptor TestDescriptor) : TestIdentifier in class org.junit.platform.launcher.TestIdentifier | From | To | |
Change Variable Type parentId : Optional<String> to parentId : String in method public from(testDescriptor TestDescriptor) : TestIdentifier in class org.junit.platform.launcher.TestIdentifier | From | To | |
Extract Method | 2 | ||
Extract Method public getType() : TestDescriptor.Type extracted from public isContainer() : boolean in class org.junit.platform.launcher.TestIdentifier | From | To | |
Extract Method public getType() : TestDescriptor.Type extracted from public isTest() : boolean in class org.junit.platform.launcher.TestIdentifier | From | To |