a80d97e5d9cc14ca8a99a3d9810bb51acc434c90
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type commands : Collection<CommandFactory> to commands : Collection<CommandFactory<?>> in method private ensureCommand(commands Collection<CommandFactory<?>>, name String) : void in class io.vertx.core.impl.launcher.commands.ServiceCommandLookupTest | From | To | |
Change Parameter Type commands : Collection<CommandFactory> to commands : Collection<CommandFactory<?>> in method private ensureCommand(commands Collection<CommandFactory<?>>, name String) : void in class io.vertx.core.impl.launcher.ServiceCommandLoaderTest | From | To | |
Change Return Type | 2 | ||
Change Return Type Collection<CommandFactory> to Collection<CommandFactory<?>> in method public lookup() : Collection<CommandFactory<?>> in class io.vertx.core.spi.launcher.CommandFactoryLookup | From | To | |
Change Return Type Collection<CommandFactory> to Collection<CommandFactory<?>> in method public lookup() : Collection<CommandFactory<?>> in class io.vertx.core.impl.launcher.ServiceCommandFactoryLoader | From | To | |
Change Variable Type | 4 | ||
Change Variable Type commands : List<CommandFactory> to commands : List<CommandFactory<?>> in method public lookup() : Collection<CommandFactory<?>> in class io.vertx.core.impl.launcher.ServiceCommandFactoryLoader | From | To | |
Change Variable Type commands : Collection<CommandFactory> to commands : Collection<CommandFactory<?>> in method public testLookup() : void in class io.vertx.core.impl.launcher.commands.ServiceCommandLookupTest | From | To | |
Change Variable Type commands : Collection<CommandFactory> to commands : Collection<CommandFactory<?>> in method protected load() : void in class io.vertx.core.impl.launcher.VertxCommandLauncher | From | To | |
Change Variable Type commands : Collection<CommandFactory> to commands : Collection<CommandFactory<?>> in method public testLookup() : void in class io.vertx.core.impl.launcher.ServiceCommandLoaderTest | From | To |