5adbaec308b465f900faf38bfa9c11f716056706
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getValueDescription() : String renamed to public getValueName() : String in class io.bootique.cli.meta.CliOption | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type options : SortedMap<String,String> to options : Collection<HelpOption> in method protected printOptions(out FormattedAppender, options Collection<HelpOption>) : void in class io.bootique.help.DefaultHelpGenerator | From | To | |
Change Parameter Type otherParts : String... to otherParts : Collection<String> in method protected println(offset String, otherParts Collection<String>) : void in class io.bootique.help.FormattedAppender | From | To | |
Extract Method | 1 | ||
Extract Method protected collectOptions() : Collection<HelpOption> extracted from public append(out Appendable) : void in class io.bootique.help.DefaultHelpGenerator | From | To | |
Rename Parameter | 2 | ||
Rename Parameter valueDescription : String to valueName : String in method public valueOptional(valueName String) : Builder in class io.bootique.cli.meta.CliOption.Builder | From | To | |
Rename Parameter valueDescription : String to valueName : String in method public valueRequired(valueName String) : Builder in class io.bootique.cli.meta.CliOption.Builder | From | To |