5abab14c787c86988137d28af3ab08354ff7bb18
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Pull Up Method | 2 | ||
| Pull Up Method public run(cli Cli) : CommandOutcome from class io.bootique.command.HelpCommand to public run(cli Cli) : CommandOutcome from class io.bootique.help.HelpCommand | From | To | |
| Pull Up Method protected printHelp(cli Cli) : CommandOutcome from class io.bootique.command.HelpCommand to protected printHelp(cli Cli) : CommandOutcome from class io.bootique.help.HelpCommand | From | To | |
| Pull Up Attribute | 2 | ||
| Pull Up Attribute private helpGeneratorProvider : Provider<HelpGenerator> from class io.bootique.command.HelpCommand to private helpGeneratorProvider : Provider<HelpGenerator> from class io.bootique.help.HelpCommand | From | To | |
| Pull Up Attribute private bootLogger : BootLogger from class io.bootique.command.HelpCommand to private bootLogger : BootLogger from class io.bootique.help.HelpCommand | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass io.bootique.help.HelpCommand from classes [io.bootique.command.HelpCommand] | From | To |