|
Change Parameter Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private createService(activeTraceInfoList List<ActiveTraceSnapshot>) : ActiveThreadLightDumpService in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Parameter Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private extractLocalTraceIdList(activeTraceInfoList List<ActiveTraceSnapshot>, size int) : List<Long> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Parameter Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method private createActiveThreadDump(activeTraceInfo ActiveTraceSnapshot, threadDump TThreadLightDump) : TActiveThreadLightDump in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpService |
From |
To |
|
Change Parameter Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method private createActiveThreadDump(activeTraceInfo ActiveTraceSnapshot) : TActiveThreadDump in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpService |
From |
To |
|
Change Parameter Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method private createTActiveThreadDump(activeTraceInfo ActiveTraceSnapshot, threadDump TThreadDump) : TActiveThreadDump in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpService |
From |
To |
|
Change Parameter Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private extractThreadNameList(activeTraceInfoList List<ActiveTraceSnapshot>, size int) : List<String> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Parameter Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private createService(activeTraceInfoList List<ActiveTraceSnapshot>) : ActiveThreadDumpService in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Parameter Type activeTraceRepository : ActiveTraceRepository to responseTimeCollector : ResponseTimeCollector in method public DefaultResponseTimeMetric(responseTimeCollector ResponseTimeCollector) in class com.navercorp.pinpoint.profiler.monitor.metric.response.DefaultResponseTimeMetric |
From |
To |
|
Change Parameter Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method private createActiveLightThreadDump(activeTraceInfo ActiveTraceSnapshot) : TActiveThreadLightDump in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpService |
From |
To |
|
Change Parameter Type newElement : ActiveTraceInfo to newElement : ActiveTraceSnapshot in method public compare(oldElement ActiveTraceSnapshot, newElement ActiveTraceSnapshot) : int in class com.navercorp.pinpoint.profiler.util.ActiveThreadDumpUtils.ActiveTraceInfoComparator |
From |
To |
|
Change Parameter Type oldElement : ActiveTraceInfo to oldElement : ActiveTraceSnapshot in method public compare(oldElement ActiveTraceSnapshot, newElement ActiveTraceSnapshot) : int in class com.navercorp.pinpoint.profiler.util.ActiveThreadDumpUtils.ActiveTraceInfoComparator |
From |
To |
|
Change Parameter Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method public isTraceThread(activeTraceInfo ActiveTraceSnapshot, threadNameList List<String>, traceIdList List<Long>) : boolean in class com.navercorp.pinpoint.profiler.util.ActiveThreadDumpUtils |
From |
To |
|
Change Parameter Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private extractThreadNameList(activeTraceInfoList List<ActiveTraceSnapshot>, size int) : List<String> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Parameter Type activeTraceRepository : ActiveTraceRepository to responseTimeCollector : ResponseTimeCollector in method public ResponseTimeMetricProvider(responseTimeCollector ResponseTimeCollector) in class com.navercorp.pinpoint.profiler.context.provider.stat.response.ResponseTimeMetricProvider |
From |
To |
|
Change Parameter Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private extractLocalTraceIdList(activeTraceInfoList List<ActiveTraceSnapshot>, size int) : List<Long> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Parameter Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private getTActiveThreadDumpList(request TCmdActiveThreadLightDump, limit int, activeTraceInfoList List<ActiveTraceSnapshot>) : List<TActiveThreadLightDump> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpService |
From |
To |
|
Change Parameter Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private getActiveThreadDumpList(request TCmdActiveThreadDump, limit int, activeTraceInfoList List<ActiveTraceSnapshot>) : List<TActiveThreadDump> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpService |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest4() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest5() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type collectData : List<ActiveTraceInfo> to collectData : List<ActiveTraceSnapshot> in method public collect() : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.context.active.DefaultActiveTraceRepository |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private createMockActiveTraceInfoList(createActiveTraceRepositorySize int, currentTimeMillis long, diff long, waitingJobList List<WaitingJob>) : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type copied : List<ActiveTraceInfo> to copied : List<ActiveTraceSnapshot> in method private extractLocalTraceIdList(activeTraceInfoList List<ActiveTraceSnapshot>, size int) : List<Long> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type activeTrace : ActiveTrace to traceRoot : TraceRoot in method private addActiveTrace(activeTraceRepository ActiveTraceRepository, executionTime long, addCount int) : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadServiceTest |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest1() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest3() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private createMockActiveTraceInfoList(createActiveTraceRepositorySize int, currentTimeMillis long, diff long, waitingJobList List<WaitingJob>) : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type copied : List<ActiveTraceInfo> to copied : List<ActiveTraceSnapshot> in method private extractThreadNameList(activeTraceInfoList List<ActiveTraceSnapshot>, size int) : List<String> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type copied : List<ActiveTraceInfo> to copied : List<ActiveTraceSnapshot> in method private extractLocalTraceIdList(activeTraceInfoList List<ActiveTraceSnapshot>, size int) : List<Long> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private getActiveThreadDumpList(request TCmdActiveThreadDump) : List<TActiveThreadDump> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpService |
From |
To |
|
Change Variable Type activeTraceInfos : List<ActiveTraceInfo> to activeTraceInfos : List<ActiveTraceSnapshot> in method public verifyActiveTraceCollectionAndTransactionCount() : void in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepositoryTest |
From |
To |
|
Change Variable Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method private createMockActiveTraceInfoList(createActiveTraceRepositorySize int, currentTimeMillis long, diff long, waitingJobList List<WaitingJob>) : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method public createHistogram() : ActiveTraceHistogram in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceHistogramFactory |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest2() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method private getTActiveThreadDumpList(request TCmdActiveThreadLightDump, limit int, activeTraceInfoList List<ActiveTraceSnapshot>) : List<TActiveThreadLightDump> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpService |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest2() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method private getActiveThreadDumpList(request TCmdActiveThreadDump, limit int, activeTraceInfoList List<ActiveTraceSnapshot>) : List<TActiveThreadDump> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpService |
From |
To |
|
Change Variable Type localCache : Cache<Long,ActiveTrace> to localCache : Cache<ActiveTraceHandle,ActiveTrace> in method private createCache(maxActiveTraceSize int) : ConcurrentMap<ActiveTraceHandle,ActiveTrace> in class com.navercorp.pinpoint.profiler.context.active.DefaultActiveTraceRepository |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest3() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method public verifyActiveTraceCollectionAndTransactionCount() : void in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepositoryTest |
From |
To |
|
Change Variable Type copied : List<ActiveTraceInfo> to copied : List<ActiveTraceSnapshot> in method public basicFunctionTest4() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type copied : List<ActiveTraceInfo> to copied : List<ActiveTraceSnapshot> in method private extractThreadNameList(activeTraceInfoList List<ActiveTraceSnapshot>, size int) : List<String> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest1() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type copied : List<ActiveTraceInfo> to copied : List<ActiveTraceSnapshot> in method public basicFunctionTest4() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type collectedActiveTraceInfo : List<ActiveTraceInfo> to collectedActiveTraceInfo : List<ActiveTraceSnapshot> in method public createHistogram() : ActiveTraceHistogram in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceHistogramFactory |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest5() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type activeTrace : ActiveTrace to traceRoot : TraceRoot in method private createTraceRoot(executionTime long) : TraceRoot in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadServiceTest |
From |
To |
|
Change Variable Type activeTraceInfo : ActiveTraceInfo to activeTraceInfo : ActiveTraceSnapshot in method private createMockActiveTraceInfoList(createActiveTraceRepositorySize int, currentTimeMillis long, diff long, waitingJobList List<WaitingJob>) : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method public basicFunctionTest4() : void in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Variable Type activeTraceInfoList : List<ActiveTraceInfo> to activeTraceInfoList : List<ActiveTraceSnapshot> in method private getActiveThreadDumpList(request TCmdActiveThreadLightDump) : List<TActiveThreadLightDump> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpService |
From |
To |
|
Change Return Type List<ActiveTraceInfo> to List<ActiveTraceSnapshot> in method private createMockActiveTraceInfoList(createActiveTraceRepositorySize int, currentTimeMillis long, diff long, waitingJobList List<WaitingJob>) : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Return Type ConcurrentMap<Long,ActiveTrace> to ConcurrentMap<ActiveTraceHandle,ActiveTrace> in method private createCache(maxActiveTraceSize int) : ConcurrentMap<ActiveTraceHandle,ActiveTrace> in class com.navercorp.pinpoint.profiler.context.active.DefaultActiveTraceRepository |
From |
To |
|
Change Return Type ActiveTraceInfo to ActiveTraceSnapshot in method private createActiveTraceInfo(startTime long, runnable Runnable) : ActiveTraceSnapshot in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadDumpServiceTest |
From |
To |
|
Change Return Type ActiveTrace to TraceRoot in method private createTraceRoot(executionTime long) : TraceRoot in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadServiceTest |
From |
To |
|
Change Return Type List<ActiveTraceInfo> to List<ActiveTraceSnapshot> in method public collect() : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository |
From |
To |
|
Change Return Type List<ActiveTraceInfo> to List<ActiveTraceSnapshot> in method public collect() : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.context.active.DefaultActiveTraceRepository |
From |
To |
|
Change Return Type ActiveTraceInfo to ActiveTraceSnapshot in method private createActiveTraceInfo(startTime long, runnable Runnable) : ActiveTraceSnapshot in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |
|
Change Return Type List<ActiveTraceInfo> to List<ActiveTraceSnapshot> in method private createMockActiveTraceInfoList(createActiveTraceRepositorySize int, currentTimeMillis long, diff long, waitingJobList List<WaitingJob>) : List<ActiveTraceSnapshot> in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadLightDumpServiceTest |
From |
To |