78a29303c2f3cd7d2501b21ebe6876be3e92edf9
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public terminateOnErrors() : boolean renamed to public shouldTerminateOnErrors() : boolean in class io.bootique.command.CommandInvocation | From | To | |
Move Method | 3 | ||
Move Method protected commandName(optionSet OptionSet) : String from class io.bootique.jopt.JoptCliProvider to protected commandName(optionSet OptionSet) : String from class io.bootique.jopt.JoptCliFactory | From | To | |
Move Method protected addOption(parser OptionParser, option OptionMetadata) : void from class io.bootique.jopt.JoptCliProvider to protected addOption(parser OptionParser, option OptionMetadata) : void from class io.bootique.jopt.JoptCliFactory | From | To | |
Move Method protected createParser() : OptionParser from class io.bootique.jopt.JoptCliProvider to protected createParser() : OptionParser from class io.bootique.jopt.JoptCliFactory | From | To | |
Move Attribute | 2 | ||
Move Attribute private application : ApplicationMetadata from class io.bootique.jopt.JoptCliProvider to private application : ApplicationMetadata from class io.bootique.jopt.JoptCliFactory | From | To | |
Move Attribute private commandManagerProvider : Provider<CommandManager> from class io.bootique.jopt.JoptCliProvider to private commandManagerProvider : Provider<CommandManager> from class io.bootique.jopt.JoptCliFactory | From | To | |
Extract Class | 1 | ||
Extract Class io.bootique.jopt.JoptCliFactory from class io.bootique.jopt.JoptCliProvider | From | To | |
Rename Attribute | 1 | ||
Rename Attribute application : ApplicationMetadata to cliFactory : CliFactory in class io.bootique.jopt.JoptCliProvider | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type application : ApplicationMetadata to cliFactory : CliFactory in class io.bootique.jopt.JoptCliProvider | From | To |