430f2f647d4cc2f4cbe37bd2d68be51c2c370614
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method package tagEqualsOtherTagsWithSameName() : void renamed to package tagEqualsOtherTagWithSameName() : void in class org.junit.platform.engine.TestTagTests | From | To | |
Rename Method private trimmedCopyOf(tags List<String>) : List<String> renamed to private toTestTags(tags List<String>) : List<TestTag> in class org.junit.platform.launcher.TagFilter | From | To | |
Change Return Type | 1 | ||
Change Return Type List<String> to List<TestTag> in method private toTestTags(tags List<String>) : List<TestTag> in class org.junit.platform.launcher.TagFilter | From | To | |
Rename Class | 1 | ||
Rename Class org.junit.platform.launcher.TagFilterTests.ClassWithTag1AndWhitespace renamed to org.junit.platform.launcher.TagFilterTests.ClassWithTag1AndSurroundingWhitespace | From | To | |
Rename Attribute | 1 | ||
Rename Attribute classWithTag1AndWhitespace : TestDescriptor to classWithTag1AndSurroundingWhitespace : TestDescriptor in class org.junit.platform.launcher.TagFilterTests | From | To |