d48a9085c03a725e18237192f60cf264be751128
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public handle(ctx CommandContext) : void renamed to public cliHandle(ctx CommandContext) : void in class org.infinispan.server.cli.handlers.DisconnectCommandHandler | From | To | |
Rename Method public handle(ctx CommandContext) : void renamed to public cliHandle(ctx CommandContext) : void in class org.infinispan.server.cli.handlers.ContainerCommandHandler | From | To | |
Rename Method public handle(ctx CommandContext) : void renamed to public cliHandle(ctx CommandContext) : void in class org.infinispan.server.cli.handlers.NoArgumentsCliCommandHandler | From | To | |
Pull Up Method | 1 | ||
Pull Up Method protected printHelp(ctx CommandContext) : void from class org.infinispan.server.cli.handlers.NoArgumentsCliCommandHandler to protected printHelp(ctx CommandContext) : void from class org.infinispan.server.cli.handlers.CliCommandHandler | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute protected help : ArgumentWithoutValue from class org.infinispan.server.cli.handlers.NoArgumentsCliCommandHandler to protected help : ArgumentWithoutValue from class org.infinispan.server.cli.handlers.CliCommandHandler | From | To | |
Pull Up Attribute protected cacheCommand : CacheCommand from class org.infinispan.server.cli.handlers.NoArgumentsCliCommandHandler to protected cacheCommand : CacheCommand from class org.infinispan.server.cli.handlers.CliCommandHandler | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.infinispan.server.cli.handlers.CliCommandHandler from classes [org.infinispan.server.cli.handlers.ContainerCommandHandler, org.infinispan.server.cli.handlers.NoArgumentsCliCommandHandler] | From | To |