f9c6e768eb82df9b8a11da5c7a9f64b889dad44d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 17
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getIncludedTags() : List<String> renamed to public getIncludedTagExpressions() : List<String> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Method public getExcludedTags() : List<String> renamed to public getExcludedTagExpressions() : List<String> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Method public setExcludedTags(excludedTags List<String>) : void renamed to public setExcludedTagExpressions(excludedTags List<String>) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Method public setIncludedTags(includedTags List<String>) : void renamed to public setIncludedTagExpressions(includedTags List<String>) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Attribute | 2 | ||
Rename Attribute includedTags : List<String> to includedTagExpressions : List<String> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Attribute excludedTags : List<String> to excludedTagExpressions : List<String> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Parameter | 5 | ||
Rename Parameter tags : String... to tagExpressions : String... in method public excludeTags(tagExpressions String...) : PostDiscoveryFilter in class org.junit.platform.launcher.TagFilter | From | To | |
Rename Parameter tags : String... to tagExpressions : String... in method public includeTags(tagExpressions String...) : PostDiscoveryFilter in class org.junit.platform.launcher.TagFilter | From | To | |
Rename Parameter error : Function<String,RuntimeException> to exceptionCreator : Function<String,RuntimeException> in method public tagExpressionOrThrow(exceptionCreator Function<String,RuntimeException>) : TagExpression in class org.junit.platform.launcher.tagexpression.ParseResult | From | To | |
Rename Parameter tags : List<String> to tagExpressions : List<String> in method public excludeTags(tagExpressions List<String>) : PostDiscoveryFilter in class org.junit.platform.launcher.TagFilter | From | To | |
Rename Parameter tags : List<String> to tagExpressions : List<String> in method public includeTags(tagExpressions List<String>) : PostDiscoveryFilter in class org.junit.platform.launcher.TagFilter | From | To |