c76a7995b324c9c844797f900f57de4b9f76301a
Files Diff
- Added: 0
- Removed: 3
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type rotationStrategyProvider : Provider<RotationStrategy> to rotationStrategyMap : Map<String,Provider<RotationStrategy>> in method public DeflectorResource(deflector Deflector, activityWriter ActivityWriter, rotationStrategyMap Map<String,Provider<RotationStrategy>>, clusterConfigService ClusterConfigService, configuration ElasticsearchConfiguration) in class org.graylog2.rest.resources.system.DeflectorResource | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute public maxTimePerIndex : Period from class org.graylog2.rest.models.system.responses.TimeBasedRotationStrategyResponse to private maxTimePerIndex : Period from class org.graylog2.rest.models.system.responses.DeflectorConfigResponse | From | To | |
Pull Up Attribute public maxDocsPerIndex : int from class org.graylog2.rest.models.system.responses.MessageCountRotationStrategyResponse to private maxDocsPerIndex : int from class org.graylog2.rest.models.system.responses.DeflectorConfigResponse | From | To | |
Pull Up Attribute public maxSizePerIndex : long from class org.graylog2.rest.models.system.responses.SizeBasedRotationStrategyResponse to private maxSizePerIndex : long from class org.graylog2.rest.models.system.responses.DeflectorConfigResponse | From | To | |
Rename Attribute | 1 | ||
Rename Attribute rotationStrategyProvider : Provider<RotationStrategy> to rotationStrategyMap : Map<String,Provider<RotationStrategy>> in class org.graylog2.rest.resources.system.DeflectorResource | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type rotationStrategyProvider : Provider<RotationStrategy> to rotationStrategyMap : Map<String,Provider<RotationStrategy>> in class org.graylog2.rest.resources.system.DeflectorResource | From | To | |
Rename Parameter | 1 | ||
Rename Parameter rotationStrategyProvider : Provider<RotationStrategy> to rotationStrategyMap : Map<String,Provider<RotationStrategy>> in method public DeflectorResource(deflector Deflector, activityWriter ActivityWriter, rotationStrategyMap Map<String,Provider<RotationStrategy>>, clusterConfigService ClusterConfigService, configuration ElasticsearchConfiguration) in class org.graylog2.rest.resources.system.DeflectorResource | From | To |