36665aadaa829bc2bc003e245fa05e99f2bebfd8
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getIncludeClassNamePattern() : String renamed to public getIncludedClassNamePatterns() : List<String> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Method public setIncludeClassNamePattern(includeClassNamePattern String) : void renamed to public setIncludedClassNamePatterns(includedClassNamePatterns List<String>) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type includeClassNamePattern : String to includedClassNamePatterns : List<String> in method public setIncludedClassNamePatterns(includedClassNamePatterns List<String>) : void in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Return Type | 1 | ||
Change Return Type String to List<String> in method public getIncludedClassNamePatterns() : List<String> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Attribute | 1 | ||
Rename Attribute includeClassNamePattern : String to includedClassNamePatterns : List<String> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type includeClassNamePattern : String to includedClassNamePatterns : List<String> in class org.junit.platform.console.options.CommandLineOptions | From | To | |
Rename Parameter | 1 | ||
Rename Parameter includeClassNamePattern : String to includedClassNamePatterns : List<String> in method public setIncludedClassNamePatterns(includedClassNamePatterns List<String>) : void in class org.junit.platform.console.options.CommandLineOptions | From | To |