28740d1f1ce01599e9de4b69a4b94484f1a0c873
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getRawValues(option Option) : List<String> renamed to public getRawValuesForOption(option Option) : List<String> in class io.vertx.core.cli.CommandLine | From | To | |
| Rename Method public getRawValues(option Option) : List<String> renamed to public getRawValuesForOption(option Option) : List<String> in class io.vertx.core.cli.impl.DefaultCommandLine | From | To | |
| Rename Variable | 1 | ||
| Rename Variable v : Object to values : List in method public getRawValueForArgument(arg Argument) : String in class io.vertx.core.cli.impl.DefaultCommandLine | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type v : Object to values : List in method public getRawValueForArgument(arg Argument) : String in class io.vertx.core.cli.impl.DefaultCommandLine | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type arguments : Set<Argument> to arguments : List<Argument> in class io.vertx.core.cli.impl.DefaultCLI | From | To | |
| Change Attribute Type argumentValues : Map<Argument,Object> to argumentValues : Map<Argument,List<String>> in class io.vertx.core.cli.impl.DefaultCommandLine | From | To |