7a98f3ec9fb61e5d5c467db87edc7afcd84f5faf
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Inline Method | 2 | ||
Inline Method public testConnectorExists() : ConnectorFactory inlined to public testStartup() : void in class com.facebook.presto.redis.TestRedisPlugin | From | To | |
Inline Method public testConnectorExists() : ConnectorFactory inlined to public testSpinup() : void in class com.facebook.presto.kafka.TestKafkaPlugin | From | To | |
Move Attribute | 3 | ||
Move Attribute private nodeManager : NodeManager from class com.facebook.presto.server.PluginManager to private nodeManager : NodeManager from class com.facebook.presto.server.PluginConnectorFactoryContext | From | To | |
Move Attribute private pageSorter : PageSorter from class com.facebook.presto.server.PluginManager to private pageSorter : PageSorter from class com.facebook.presto.server.PluginConnectorFactoryContext | From | To | |
Move Attribute private pageIndexerFactory : PageIndexerFactory from class com.facebook.presto.server.PluginManager to private pageIndexerFactory : PageIndexerFactory from class com.facebook.presto.server.PluginConnectorFactoryContext | From | To | |
Extract Class | 1 | ||
Extract Class com.facebook.presto.server.PluginConnectorFactoryContext from class com.facebook.presto.server.PluginManager | From | To | |
Rename Attribute | 1 | ||
Rename Attribute pageIndexerFactory : PageIndexerFactory to connectorFactoryContext : ConnectorFactoryContext in class com.facebook.presto.server.PluginManager | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type pageIndexerFactory : PageIndexerFactory to connectorFactoryContext : ConnectorFactoryContext in class com.facebook.presto.server.PluginManager | From | To |