19c6fa9b6643c94e2093b65831d437ec732f076d
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method public getDefaultFailedResponse() : AgentActiveThreadCount renamed to public getDefaultFailResponse() : AgentActiveThreadCount in class com.navercorp.pinpoint.web.websocket.ActiveThreadCountWorker | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type tActiveThreadDump : TActiveThreadDump to builder : Builder in method private AgentActiveThreadDump(builder Builder) in class com.navercorp.pinpoint.web.vo.AgentActiveThreadDump | From | To | |
| Move Method | 1 | ||
| Move Method public createDumpMessage(threadDump TThreadDump) : String from class com.navercorp.pinpoint.web.vo.AgentActiveThreadDump to public createDumpMessage(threadDump TThreadDump) : String from class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpFactory | From | To | |
| Rename Variable | 2 | ||
| Rename Variable agentActiveThreadStatusList : AgentActiveThreadCountList to activeThreadCountList : AgentActiveThreadCountList in method public getActiveThreadCount(agentInfoList List<AgentInfo>, payload byte[]) : AgentActiveThreadCountList in class com.navercorp.pinpoint.web.service.AgentServiceImpl | From | To | |
| Rename Variable agentActiveThreadStatus : AgentActiveThreadCount to activeThreadCount : AgentActiveThreadCount in method public getActiveThreadCount(agentInfoList List<AgentInfo>, payload byte[]) : AgentActiveThreadCountList in class com.navercorp.pinpoint.web.service.AgentServiceImpl | From | To | |
| Move Attribute | 4 | ||
| Move Attribute public TAB_SEPARATOR : String from class com.navercorp.pinpoint.web.vo.AgentActiveThreadDump to public TAB_SEPARATOR : String from class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpFactory | From | To | |
| Move Attribute private codeMessage : String from class com.navercorp.pinpoint.web.vo.AgentActiveThreadCount to private codeMessage : String from class com.navercorp.pinpoint.web.vo.AgentActiveThreadCount.Status | From | To | |
| Move Attribute private code : short from class com.navercorp.pinpoint.web.vo.AgentActiveThreadCount to private code : short from class com.navercorp.pinpoint.web.vo.AgentActiveThreadCount.Status | From | To | |
| Move Attribute public LINE_SEPARATOR : String from class com.navercorp.pinpoint.web.vo.AgentActiveThreadDump to public LINE_SEPARATOR : String from class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpFactory | From | To | |
| Extract Class | 1 | ||
| Extract Class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpFactory from class com.navercorp.pinpoint.web.vo.AgentActiveThreadDump | From | To | |
| Move Class | 1 | ||
| Move Class com.navercorp.pinpoint.web.vo.AgentActiveThreadCountListSerializer moved to com.navercorp.pinpoint.web.view.AgentActiveThreadCountListSerializer | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute activeThreadCount : TCmdActiveThreadCountRes to activeThreadCountList : List<Integer> in class com.navercorp.pinpoint.web.vo.AgentActiveThreadCount | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type activeThreadCount : TCmdActiveThreadCountRes to activeThreadCountList : List<Integer> in class com.navercorp.pinpoint.web.vo.AgentActiveThreadCount | From | To | |
| Extract Method | 1 | ||
| Extract Method private createActiveThreadCount(agentId String, response PinpointRouteResponse) : AgentActiveThreadCount extracted from public getActiveThreadCount(agentInfoList List<AgentInfo>, payload byte[]) : AgentActiveThreadCountList in class com.navercorp.pinpoint.web.service.AgentServiceImpl | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter tActiveThreadDump : TActiveThreadDump to builder : Builder in method private AgentActiveThreadDump(builder Builder) in class com.navercorp.pinpoint.web.vo.AgentActiveThreadDump | From | To |