b0d9326a359317830b10fd3e33e1f5c597650793
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable threadFactory : PinpointThreadFactory to flushThreadFactory : PinpointThreadFactory in method public start() : void in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute agentSerivce : AgentService to agentService : AgentService in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
| Extract Method | 2 | ||
| Extract Method private sendPingMessage(session WebSocketSession, pingMessage TextMessage) : void extracted from public run(timeout Timeout) : void in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler.HealthCheckTimerTask | From | To | |
| Extract Method private closeSession(session WebSocketSession, status CloseStatus) : void extracted from public run(timeout Timeout) : void in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler.HealthCheckTimerTask | From | To | |
| Change Attribute Type | 3 | ||
| Change Attribute Type healthCheckTimer : Timer to healthCheckTimer : java.util.Timer in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
| Change Attribute Type flushTimer : Timer to flushTimer : java.util.Timer in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
| Change Attribute Type reactiveTimer : Timer to reactiveTimer : java.util.Timer in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
| Rename Parameter | 4 | ||
| Rename Parameter agentSerivce : AgentService to agentService : AgentService in method public ActiveThreadCountHandler(requestMapping String, agentService AgentService, flushDelay long, healthCheckDelay long) in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
| Rename Parameter agentSerivce : AgentService to agentService : AgentService in method public ActiveThreadCountHandler(agentService AgentService) in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
| Rename Parameter agentSerivce : AgentService to agentService : AgentService in method public ActiveThreadCountHandler(requestMapping String, agentService AgentService) in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To | |
| Rename Parameter agentSerivce : AgentService to agentService : AgentService in method public ActiveThreadCountHandler(requestMapping String, agentService AgentService, flushDelay long) in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountHandler | From | To |