48dd35c9002c80eeb666f56489785d1bf47f9aa4
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 8 | ||
Rename Method public includeTags(tags List<String>) : PostDiscoveryFilter renamed to public requireTags(tags List<String>) : PostDiscoveryFilter in class org.junit.gen5.launcher.TagFilter | From | To | |
Rename Method public setTagsFilter(tagsFilter List<String>) : void renamed to public setRequiredTagsFilter(requiredTagsFilter List<String>) : void in class org.junit.gen5.console.options.CommandLineOptions | From | To | |
Rename Method public getExcludeTags() : List<String> renamed to public getExcludedTagsFilter() : List<String> in class org.junit.gen5.console.options.CommandLineOptions | From | To | |
Rename Method private getIncludeTags() : String[] renamed to private getExcludedTags() : String[] in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Method public getTagsFilter() : List<String> renamed to public getRequiredTagsFilter() : List<String> in class org.junit.gen5.console.options.CommandLineOptions | From | To | |
Rename Method private getExcludeTags() : String[] renamed to private getRequiredTags() : String[] in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Method public setExcludeTags(excludeTags List<String>) : void renamed to public setExcludedTagsFilter(excludedTagsFilter List<String>) : void in class org.junit.gen5.console.options.CommandLineOptions | From | To | |
Rename Method private addIncludeTagsFilter(discoveryRequest TestDiscoveryRequest) : void renamed to private addExcludedTagsFilter(discoveryRequest TestDiscoveryRequest) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Variable | 2 | ||
Rename Variable includeTags : String[] to excludedTags : String[] in method private addExcludedTagsFilter(discoveryRequest TestDiscoveryRequest) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Variable tagNamesFilter : PostDiscoveryFilter to excludeTagsFilter : PostDiscoveryFilter in method private addExcludedTagsFilter(discoveryRequest TestDiscoveryRequest) : void in class org.junit.gen5.junit4.runner.JUnit5 | From | To | |
Rename Attribute | 4 | ||
Rename Attribute excludeTags : List<String> to excludedTagsFilter : List<String> in class org.junit.gen5.console.options.CommandLineOptions | From | To | |
Rename Attribute excludeTags : OptionSpec<String> to requiredTagsFilter : OptionSpec<String> in class org.junit.gen5.console.options.AvailableOptions | From | To | |
Rename Attribute tagFilter : OptionSpec<String> to excludedTagsFilter : OptionSpec<String> in class org.junit.gen5.console.options.AvailableOptions | From | To | |
Rename Attribute tagsFilter : List<String> to requiredTagsFilter : List<String> in class org.junit.gen5.console.options.CommandLineOptions | From | To | |
Rename Parameter | 2 | ||
Rename Parameter excludeTags : List<String> to excludedTagsFilter : List<String> in method public setExcludedTagsFilter(excludedTagsFilter List<String>) : void in class org.junit.gen5.console.options.CommandLineOptions | From | To | |
Rename Parameter tagsFilter : List<String> to requiredTagsFilter : List<String> in method public setRequiredTagsFilter(requiredTagsFilter List<String>) : void in class org.junit.gen5.console.options.CommandLineOptions | From | To |