615b491014b5ba3fb66d65fcdd3fa642a5cb4957
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public nextDisableId() : long renamed to public nextDisabledId() : long in class com.navercorp.pinpoint.profiler.context.IdGenerator | From | To | |
Rename Method private createDefaultTrace() : DefaultTrace renamed to private createActiveTrace() : ActiveTrace in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadServiceTest | From | To | |
Rename Variable | 3 | ||
Rename Variable traceObjectId : long to id : long in method private detachTrace(trace Trace) : void in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceFactory | From | To | |
Rename Variable traceID : DefaultTraceId to traceId : DefaultTraceId in method public popEventTest() : void in class com.navercorp.pinpoint.profiler.context.TraceTest | From | To | |
Rename Variable traceID : DefaultTraceId to traceId : DefaultTraceId in method public trace() : void in class com.navercorp.pinpoint.profiler.context.TraceTest | From | To | |
Inline Method | 2 | ||
Inline Method private newDisableTrace() : Trace inlined to public newTraceObject(traceType TraceType) : Trace in class com.navercorp.pinpoint.profiler.context.ThreadLocalTraceFactory | From | To | |
Inline Method private newDisableTrace() : Trace inlined to public disableSampling() : Trace in class com.navercorp.pinpoint.profiler.context.ThreadLocalTraceFactory | From | To | |
Change Return Type | 4 | ||
Change Return Type DefaultTrace to ActiveTrace in method private createActiveTrace() : ActiveTrace in class com.navercorp.pinpoint.profiler.receiver.service.ActiveThreadServiceTest | From | To | |
Change Return Type Trace to ActiveTrace in method private get(key Long) : ActiveTrace in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository | From | To | |
Change Return Type Trace to ActiveTrace in method public remove(key Long) : ActiveTrace in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository | From | To | |
Change Return Type ConcurrentMap<Long,Trace> to ConcurrentMap<Long,ActiveTrace> in method private createCache(maxActiveTraceSize int) : ConcurrentMap<Long,ActiveTrace> in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository | From | To | |
Rename Attribute | 1 | ||
Rename Attribute disableId : AtomicLong to disabledId : AtomicLong in class com.navercorp.pinpoint.profiler.context.IdGenerator | From | To | |
Change Variable Type | 4 | ||
Change Variable Type trace : Trace to trace : ActiveTrace in method public collect() : List<ActiveTraceInfo> in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository | From | To | |
Change Variable Type copied : Collection<Trace> to copied : Collection<ActiveTrace> in method public collect() : List<ActiveTraceInfo> in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository | From | To | |
Change Variable Type trace : Trace to trace : ActiveTrace in method public getStackTrace(key Long) : Object in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository | From | To | |
Change Variable Type localCache : Cache<Long,Trace> to localCache : Cache<Long,ActiveTrace> in method private createCache(maxActiveTraceSize int) : ConcurrentMap<Long,ActiveTrace> in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type activeTraceInfoMap : ConcurrentMap<Long,Trace> to activeTraceInfoMap : ConcurrentMap<Long,ActiveTrace> in class com.navercorp.pinpoint.profiler.context.active.ActiveTraceRepository | From | To | |
Rename Parameter | 2 | ||
Rename Parameter traceID : TraceId to traceId : TraceId in method public continueTraceObject(traceId TraceId) : Trace in class com.navercorp.pinpoint.profiler.context.ThreadLocalTraceFactory | From | To | |
Rename Parameter traceID : TraceId to traceId : TraceId in method public continueTraceObject(traceId TraceId) : Trace in class com.navercorp.pinpoint.bootstrap.context.TraceContext | From | To |