37b7aa31471088f6e830069b4fb42429185ef7a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 44
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public testGetStringHeaderWithEmptySrting() : void renamed to public testGetStringHeaderWithEmptyString() : void in class org.apache.camel.component.micrometer.AbstractMicrometerProducerTest | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private MICROMETER_ROUTE_POLICY : String in class org.apache.camel.component.micrometer.routepolicy.MicrometerRoutePolicy.MetricsStatistics | From | To | |
Rename Attribute | 2 | ||
Rename Attribute counter : AtomicLong to COUNTER : AtomicLong in class org.apache.camel.component.micrometer.spi.InstrumentedThreadPoolFactory | From | To | |
Rename Attribute METRICS_REGISTRY : String to METRICS_REGISTRY_NAME : String in class org.apache.camel.component.micrometer.MicrometerComponent | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected serializeSnapshot(json JsonGenerator, snapshot HistogramSnapshot, timeUnit TimeUnit) : void extracted from protected serializeStatistics(timer AbstractTimer, json JsonGenerator, provider SerializerProvider) : void in class org.apache.camel.component.micrometer.json.MicrometerModule.TimerSerializer & moved to class org.apache.camel.component.micrometer.json.MicrometerModule.MeterSerializer | From | To | |
Extract And Move Method protected serializeSnapshot(json JsonGenerator, snapshot HistogramSnapshot, timeUnit TimeUnit) : void extracted from protected serializeStatistics(distributionSummary AbstractDistributionSummary, json JsonGenerator, provider SerializerProvider) : void in class org.apache.camel.component.micrometer.json.MicrometerModule.DistributionSummarySerializer & moved to class org.apache.camel.component.micrometer.json.MicrometerModule.MeterSerializer | From | To |