d6928e64bf7b4001ad68e39a5a74420dc40f96ae
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 4 | ||
| Rename Method public getAllArguments() : List<String> renamed to public allArguments() : List<String> in class io.vertx.core.cli.impl.DefaultCommandLine | From | To | |
| Rename Method public getFlagValue(name String) : boolean renamed to public isFlagEnabled(name String) : boolean in class io.vertx.core.cli.impl.DefaultCommandLine | From | To | |
| Rename Method public getAllArguments() : List<String> renamed to public allArguments() : List<String> in class io.vertx.core.cli.CommandLine | From | To | |
| Rename Method public getFlagValue(name String) : boolean renamed to public isFlagEnabled(name String) : boolean in class io.vertx.core.cli.CommandLine | From | To |