e2fece219673824e58431dd4a3f289522d31a1f1
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 3 | ||
Extract Method private getThreadInfos(type TThreadDumpType, param TCommandThreadDump) : List<ThreadInfo> extracted from public requestCommandService(tbase TBase) : TBase<?,?> in class com.navercorp.pinpoint.profiler.receiver.service.ThreadDumpService | From | To | |
Extract Method private toTThreadDump(info ThreadInfo) : TThreadDump extracted from public requestCommandService(tbase TBase) : TBase<?,?> in class com.navercorp.pinpoint.profiler.receiver.service.ThreadDumpService | From | To | |
Extract Method private getTThreadDumpList(threadInfoList List<ThreadInfo>) : List<TThreadDump> extracted from public requestCommandService(tbase TBase) : TBase<?,?> in class com.navercorp.pinpoint.profiler.receiver.service.ThreadDumpService | From | To |