c8c974dd8f89b40a9d8ee9c59940bb84c06e876e
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public testGenerate_AppName() : void renamed to public testGenerate_Name() : void in class io.bootique.help.DefaultHelpGeneratorTest | From | To | |
Rename Method public testGenerate_AppName_Options() : void renamed to public testGenerate_Name_Options() : void in class io.bootique.help.DefaultHelpGeneratorTest | From | To | |
Rename Method public testGenerate_AppName_Description() : void renamed to public testGenerate_Name_Description() : void in class io.bootique.help.DefaultHelpGeneratorTest | From | To | |
Rename Variable | 1 | ||
Rename Variable out : Appendable to appender : FormattedAppender in method public append(out Appendable) : void in class io.bootique.help.DefaultHelpGenerator | From | To | |
Move Attribute | 3 | ||
Move Attribute private DESCRIPTION_OFFSET : String from class io.bootique.help.DefaultHelpGenerator to private DESCRIPTION_OFFSET : String from class io.bootique.help.FormattedAppender | From | To | |
Move Attribute private TEXT_OFFSET : String from class io.bootique.help.DefaultHelpGenerator to private TEXT_OFFSET : String from class io.bootique.help.FormattedAppender | From | To | |
Move Attribute package NEWLINE : String from class io.bootique.help.DefaultHelpGenerator to package NEWLINE : String from class io.bootique.help.FormattedAppender | From | To | |
Extract Class | 1 | ||
Extract Class io.bootique.help.FormattedAppender from class io.bootique.help.DefaultHelpGenerator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type out : Appendable to appender : FormattedAppender in method public append(out Appendable) : void in class io.bootique.help.DefaultHelpGenerator | From | To |