e0f7a0eda378c2edbe5da0d1c5d035838ceab26c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private flush0(activeThreadCountList AgentActiveThreadCountList) : void renamed to private createWebSocketTextMessage(activeThreadCountList AgentActiveThreadCountList) : TextMessage in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountResponseAggregator | From | To | |
Change Return Type | 1 | ||
Change Return Type void to TextMessage in method private createWebSocketTextMessage(activeThreadCountList AgentActiveThreadCountList) : TextMessage in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountResponseAggregator | From | To | |
Rename Attribute | 1 | ||
Rename Attribute webSocketFlushThreadPool : ExecutorService to webSocketflushExecutor : SimpleOrderedThreadPool in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
Extract Method | 1 | ||
Extract Method public flush(executor Executor) : void extracted from public flush() : void in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountResponseAggregator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type webSocketFlushThreadPool : ExecutorService to webSocketflushExecutor : SimpleOrderedThreadPool in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To |