2e437b7e79b797193a78b5c263e6d3ca8ff40007
Files Diff
- Added: 8
- Removed: 5
- Renamed: 0
- Modified: 32
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setEnabled(enabled Boolean) : void renamed to public setPublishPercentileHistogram(publishPercentileHistogram Boolean) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type clazz : Class<T> to clazz : Class<C> in method protected simple(exchange Exchange, expression String, clazz Class<C>) : C in class org.apache.camel.component.micrometer.AbstractMicrometerProducer | From | To | |
Change Parameter Type metricsType : MetricsType to metricsType : Meter.Type in method public MicrometerEndpoint(uri String, component Component, registry MeterRegistry, metricsType Meter.Type, metricsName String, tags Iterable<Tag>) in class org.apache.camel.component.micrometer.MicrometerEndpoint | From | To | |
Change Return Type | 10 | ||
Change Return Type void to DistributionStatisticConfigFilter in method public setPercentiles(percentiles double[]) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Return Type void to DistributionStatisticConfigFilter in method public setBufferLength(bufferLength Integer) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Return Type MetricsType to Meter.Type in method package getMetricsType(remaining String) : Meter.Type in class org.apache.camel.component.micrometer.MicrometerComponent | From | To | |
Change Return Type void to DistributionStatisticConfigFilter in method public setPublishPercentileHistogram(publishPercentileHistogram Boolean) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Return Type void to DistributionStatisticConfigFilter in method public setMaximumExpectedValue(maximumExpectedValue Long) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Return Type void to DistributionStatisticConfigFilter in method public setSlas(slas long[]) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Return Type void to DistributionStatisticConfigFilter in method public setExpiry(expiry Duration) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Return Type void to DistributionStatisticConfigFilter in method public setMinimumExpectedValue(minimumExpectedValue Long) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Return Type MetricsType to Meter.Type in method public getMetricsType() : Meter.Type in class org.apache.camel.component.micrometer.MicrometerEndpoint | From | To | |
Change Return Type T to C in method protected simple(exchange Exchange, expression String, clazz Class<C>) : C in class org.apache.camel.component.micrometer.AbstractMicrometerProducer | From | To | |
Rename Attribute | 1 | ||
Rename Attribute enabled : Boolean to publishPercentileHistogram : Boolean in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To | |
Change Variable Type | 2 | ||
Change Variable Type metricsType : MetricsType to metricsType : Meter.Type in method protected createEndpoint(uri String, remaining String, parameters Map<String,Object>) : Endpoint in class org.apache.camel.component.micrometer.MicrometerComponent | From | To | |
Change Variable Type type : MetricsType to type : Meter.Type in method public testGetMetricsType() : void in class org.apache.camel.component.micrometer.MicrometerComponentTest | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type DEFAULT_METER_TYPE : MetricsType to DEFAULT_METER_TYPE : Meter.Type in class org.apache.camel.component.micrometer.MicrometerComponent | From | To | |
Change Attribute Type metricsType : MetricsType to metricsType : Meter.Type in class org.apache.camel.component.micrometer.MicrometerEndpoint | From | To | |
Rename Parameter | 1 | ||
Rename Parameter enabled : Boolean to publishPercentileHistogram : Boolean in method public setPublishPercentileHistogram(publishPercentileHistogram Boolean) : DistributionStatisticConfigFilter in class org.apache.camel.component.micrometer.DistributionStatisticConfigFilter | From | To |