e42d236fa5a47d58b73e087f53b693f4c2a97f87
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 1 | ||
Extract Method private asList(parts String...) : List<String> extracted from public printText(parts String...) : void in class io.bootique.help.FormattedAppender | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public isLongNameAllowed() : boolean extracted from public getOptions() : List<HelpOption> in class io.bootique.help.HelpOptions & moved to class io.bootique.help.HelpOption | From | To | |
Rename Parameter | 1 | ||
Rename Parameter otherParts : Collection<String> to parts : Collection<String> in method protected println(offset String, parts Collection<String>) : void in class io.bootique.help.FormattedAppender | From | To |