800df03908303d4d04bbadc67f346f90b2fe7265
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public create(tActiveThreadDump TActiveThreadDump) : AgentActiveThreadDump renamed to private create1(tActiveThreadDump TActiveThreadDump) : AgentActiveThreadDump in class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpFactory | From | To | |
| Rename Method public create(tActiveThreadLightDump TActiveThreadLightDump) : AgentActiveThreadDump renamed to private create2(tActiveThreadLightDump TActiveThreadLightDump) : AgentActiveThreadDump in class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpFactory | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type failedResponse : TBase<?,?> to response : PinpointRouteResponse in method private handleFailedResponse(response PinpointRouteResponse) : ModelAndView in class com.navercorp.pinpoint.web.controller.AgentCommandController | From | To | |
| Rename Variable | 3 | ||
| Rename Variable activeThreadDumpList : AgentActiveThreadDumpList to activeThreadLightDumpList : List<TActiveThreadLightDump> in method private createThreadLightDumpList(threads Thread[]) : AgentActiveThreadDumpList in class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpListTest | From | To | |
| Rename Variable response : Map<String,Object> to responseData : Map<String,Object> in method public getActiveThreadDump(applicationName String, agentId String, limit int, threadNameList String[], localTraceIdList Long[]) : ModelAndView in class com.navercorp.pinpoint.web.controller.AgentCommandController | From | To | |
| Rename Variable response : Map<String,Object> to responseData : Map<String,Object> in method public getActiveThreadLightDump(applicationName String, agentId String, limit int, threadNameList String[], localTraceIdList Long[]) : ModelAndView in class com.navercorp.pinpoint.web.controller.AgentCommandController | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type activeThreadDumpList : AgentActiveThreadDumpList to activeThreadLightDumpList : List<TActiveThreadLightDump> in method private createThreadLightDumpList(threads Thread[]) : AgentActiveThreadDumpList in class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpListTest | From | To | |
| Extract Variable | 1 | ||
| Extract Variable routeResult : TRouteResult in method public parse(commandDeserializerFactory DeserializerFactory<HeaderTBaseDeserializer>) : void from class com.navercorp.pinpoint.web.cluster.DefaultPinpointRouteResponse | From | To | |
| Extract Method | 2 | ||
| Extract Method private createResponseData(activeThreadDumpList AgentActiveThreadDumpList, type String, subType String, version String) : Map<String,Object> extracted from public getActiveThreadLightDump(applicationName String, agentId String, limit int, threadNameList String[], localTraceIdList Long[]) : ModelAndView in class com.navercorp.pinpoint.web.controller.AgentCommandController | From | To | |
| Extract Method private createResponseData(activeThreadDumpList AgentActiveThreadDumpList, type String, subType String, version String) : Map<String,Object> extracted from public getActiveThreadDump(applicationName String, agentId String, limit int, threadNameList String[], localTraceIdList Long[]) : ModelAndView in class com.navercorp.pinpoint.web.controller.AgentCommandController | From | To | |
| Extract And Move Method | 2 | ||
| Extract And Move Method public create2(tActiveThreadLightDumpList List<TActiveThreadLightDump>) : AgentActiveThreadDumpList extracted from public getActiveThreadLightDump(applicationName String, agentId String, limit int, threadNameList String[], localTraceIdList Long[]) : ModelAndView in class com.navercorp.pinpoint.web.controller.AgentCommandController & moved to class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpFactory | From | To | |
| Extract And Move Method public create1(tActiveThreadDumpList List<TActiveThreadDump>) : AgentActiveThreadDumpList extracted from public getActiveThreadDump(applicationName String, agentId String, limit int, threadNameList String[], localTraceIdList Long[]) : ModelAndView in class com.navercorp.pinpoint.web.controller.AgentCommandController & moved to class com.navercorp.pinpoint.web.vo.AgentActiveThreadDumpFactory | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter failedResponse : TBase<?,?> to response : PinpointRouteResponse in method private handleFailedResponse(response PinpointRouteResponse) : ModelAndView in class com.navercorp.pinpoint.web.controller.AgentCommandController | From | To |