800c74b7395ea7fbe55d5bf1fc83dec70ff8ecee
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getMetadata() : CommandMetadata renamed to private buildMetadata(commandName String, flagOption Optional<String>) : CommandMetadata in class io.bootique.Bootique_CommandOverrideIT.ExecutableOnceCommand | From | To | |
Extract Variable | 1 | ||
Extract Variable builder : CommandMetadata.Builder in method private buildMetadata(commandName String, flagOption Optional<String>) : CommandMetadata from class io.bootique.Bootique_CommandOverrideIT.ExecutableOnceCommand | From | To | |
Extract Method | 2 | ||
Extract Method private testOverride_ParallelCommand_ByName_WithExtraArgs(extraArgs String...) : void extracted from public testOverride_ParallelCommand_ByName() : void in class io.bootique.Bootique_CommandOverrideIT | From | To | |
Extract Method private testOverride_FailureBeforeOriginal_ByName_WithExtraArgs(extraArgs String...) : void extracted from public testOverride_FailureBeforeOriginal_ByName() : void in class io.bootique.Bootique_CommandOverrideIT | From | To |