172cef7dfde19546e6a8be6e2785f6ddfa68db0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 4 | ||
Rename Class org.junit.platform.launcher.TagFilterTests.ATestWithATag1 renamed to org.junit.platform.launcher.TagFilterTests.ClassWithTag1 | From | To | |
Rename Class org.junit.platform.launcher.TagFilterTests.ATestWithATag2 renamed to org.junit.platform.launcher.TagFilterTests.ClassWithTag2 | From | To | |
Rename Class org.junit.platform.launcher.TagFilterTests.ATestWithNoTags renamed to org.junit.platform.launcher.TagFilterTests.ClassWithNoTags | From | To | |
Rename Class org.junit.platform.launcher.TagFilterTests.ATestWithBothTags renamed to org.junit.platform.launcher.TagFilterTests.ClassWithBothTags | From | To | |
Rename Attribute | 4 | ||
Rename Attribute testWithTag1 : TestDescriptor to classWithTag1 : TestDescriptor in class org.junit.platform.launcher.TagFilterTests | From | To | |
Rename Attribute testWithTag2 : TestDescriptor to classWithTag2 : TestDescriptor in class org.junit.platform.launcher.TagFilterTests | From | To | |
Rename Attribute testWithBothTags : TestDescriptor to classWithBothTags : TestDescriptor in class org.junit.platform.launcher.TagFilterTests | From | To | |
Rename Attribute testWithNoTags : TestDescriptor to classWithNoTags : TestDescriptor in class org.junit.platform.launcher.TagFilterTests | From | To | |
Extract Method | 2 | ||
Extract Method private excludeSingleTag(filter PostDiscoveryFilter) : void extracted from package excludeSingleTag() : void in class org.junit.platform.launcher.TagFilterTests | From | To | |
Extract Method private includeSingleTag(filter PostDiscoveryFilter) : void extracted from package includeSingleTag() : void in class org.junit.platform.launcher.TagFilterTests | From | To |