442657bb748f6f12ad5ca55d456733340391cec5
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 4 | ||
Change Parameter Type uniqueId : TestId to uniqueId : String in method private TestIdentifier(uniqueId String, name String, displayName String, source Optional<TestSource>, tags Set<TestTag>, test boolean, container boolean, parentId Optional<String>) in class org.junit.gen5.launcher.TestIdentifier | From | To | |
Change Parameter Type parentId : Optional<TestId> to parentId : Optional<String> in method private TestIdentifier(uniqueId String, name String, displayName String, source Optional<TestSource>, tags Set<TestTag>, test boolean, container boolean, parentId Optional<String>) in class org.junit.gen5.launcher.TestIdentifier | From | To | |
Change Parameter Type parentId : TestId to parentId : String in method public getChildren(parentId String) : Set<TestIdentifier> in class org.junit.gen5.launcher.TestPlan | From | To | |
Change Parameter Type testId : TestId to uniqueId : String in method public getTestIdentifier(uniqueId String) : TestIdentifier in class org.junit.gen5.launcher.TestPlan | From | To | |
Change Return Type | 2 | ||
Change Return Type TestId to String in method public getUniqueId() : String in class org.junit.gen5.launcher.TestIdentifier | From | To | |
Change Return Type Optional<TestId> to Optional<String> in method public getParentId() : Optional<String> in class org.junit.gen5.launcher.TestIdentifier | From | To | |
Change Variable Type | 3 | ||
Change Variable Type optionalParentId : Optional<TestId> to optionalParentId : Optional<String> in method public getParent(child TestIdentifier) : Optional<TestIdentifier> in class org.junit.gen5.launcher.TestPlan | From | To | |
Change Variable Type parentId : Optional<TestId> to parentId : Optional<String> in method public from(testDescriptor TestDescriptor) : TestIdentifier in class org.junit.gen5.launcher.TestIdentifier | From | To | |
Change Variable Type parentId : TestId to parentId : String in method public add(testIdentifier TestIdentifier) : void in class org.junit.gen5.launcher.TestPlan | From | To | |
Change Attribute Type | 4 | ||
Change Attribute Type uniqueId : TestId to uniqueId : String in class org.junit.gen5.launcher.TestIdentifier | From | To | |
Change Attribute Type children : Map<TestId,LinkedHashSet<TestIdentifier>> to children : Map<String,LinkedHashSet<TestIdentifier>> in class org.junit.gen5.launcher.TestPlan | From | To | |
Change Attribute Type parentId : TestId to parentId : String in class org.junit.gen5.launcher.TestIdentifier | From | To | |
Change Attribute Type allIdentifiers : Map<TestId,TestIdentifier> to allIdentifiers : Map<String,TestIdentifier> in class org.junit.gen5.launcher.TestPlan | From | To | |
Rename Parameter | 1 | ||
Rename Parameter testId : TestId to uniqueId : String in method public getTestIdentifier(uniqueId String) : TestIdentifier in class org.junit.gen5.launcher.TestPlan | From | To |