e3fcb3c73050adb45e5c47cbbdcf451af2deaa38
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable alignList : List<Align> to mergedList : List<Align> in method private mergeAndSort(alignList1 List<Align>, alignList2 List<Align>) : List<Align> in class com.navercorp.pinpoint.web.calltree.span.Node | From | To | |
Parameterize Variable | 1 | ||
Parameterize Variable chunkSpanEventList : List<Align> to alignList2 : List<Align> in method private mergeAndSort(alignList1 List<Align>, alignList2 List<Align>) : List<Align> in class com.navercorp.pinpoint.web.calltree.span.Node | From | To | |
Extract Method | 1 | ||
Extract Method private mergeAndSort(alignList1 List<Align>, alignList2 List<Align>) : List<Align> extracted from private buildAlignList(spanBo SpanBo, node Node) : List<Align> in class com.navercorp.pinpoint.web.calltree.span.Node | From | To |