7c157ec937b9cdd8d48b372709e2484fdde59338
Files Diff
- Added: 2
- Removed: 3
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public cleanup() : void renamed to public cleanUp() : void in class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type records : List<MetricsRecord> to spans : List<Span> in method private validateTrace(spans List<Span>, trace TraceHolder) : void in class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To | |
Change Parameter Type records : List<MetricsRecord> to spans : List<Span> in method private validateTraces(spans List<Span>, conn Connection, traceid long, tableName String) : void in class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To | |
Move Method | 3 | ||
Move Method private validateTrace(records List<MetricsRecord>, trace TraceHolder) : void from class org.apache.phoenix.trace.PhoenixTraceReaderIT to private validateTrace(spans List<Span>, trace TraceHolder) : void from class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To | |
Move Method public testMultipleSpans() : void from class org.apache.phoenix.trace.PhoenixTraceReaderIT to public testMultipleSpans() : void from class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To | |
Move Method private validateTraces(records List<MetricsRecord>, conn Connection, traceid long, tableName String) : void from class org.apache.phoenix.trace.PhoenixTraceReaderIT to private validateTraces(spans List<Span>, conn Connection, traceid long, tableName String) : void from class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To | |
Rename Variable | 1 | ||
Rename Variable hostnameValue : String to processid : String in method public writeMetrics() : void in class org.apache.phoenix.trace.PhoenixTableMetricsWriterIT | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.phoenix.trace.TraceMetricSource renamed to org.apache.phoenix.trace.TraceSpanReceiver | From | To | |
Move Class | 1 | ||
Move Class org.apache.phoenix.trace.PhoenixTracingEndToEndIT.CountDownConnection moved to org.apache.phoenix.trace.BaseTracingTestIT.CountDownConnection | From | To | |
Replace Variable With Attribute | 1 | ||
Replace Variable With Attribute updated : CountDownLatch to latch : CountDownLatch in method public testClientServerIndexingTracing() : void in class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To | |
Change Variable Type | 2 | ||
Change Variable Type source : TraceMetricSource to source : TraceSpanReceiver in method public testIntegerAnnotations() : void in class org.apache.phoenix.trace.TraceMetricsSourceTest | From | To | |
Change Variable Type source : TraceMetricSource to source : TraceSpanReceiver in method public testNonIntegerAnnotations() : void in class org.apache.phoenix.trace.TraceMetricsSourceTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter records : List<MetricsRecord> to spans : List<Span> in method private validateTrace(spans List<Span>, trace TraceHolder) : void in class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To | |
Rename Parameter records : List<MetricsRecord> to spans : List<Span> in method private validateTraces(spans List<Span>, conn Connection, traceid long, tableName String) : void in class org.apache.phoenix.trace.PhoenixTracingEndToEndIT | From | To |