8c05199872a23b0b2b0a0128738c61af49fb4b20
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getAgentInfoList(applicationName String) : List<AgentInfo> renamed to public getRecentAgentInfoList(applicationName String, timeDiff long) : List<AgentInfo> in class com.navercorp.pinpoint.web.service.AgentServiceImpl | From | To | |
Rename Method public getAgentInfoList(applicationName String) : List<AgentInfo> renamed to public getRecentAgentInfoList(applicationName String, timeDiff long) : List<AgentInfo> in class com.navercorp.pinpoint.web.service.AgentService | From | To | |
Extract Variable | 1 | ||
Extract Variable agentStatus : AgentStatus in method public getAgentsByApplicationName(applicationName String, timestamp long, timeDiff long) : Set<AgentInfo> from class com.navercorp.pinpoint.web.service.AgentInfoServiceImpl | From | To | |
Extract Method | 1 | ||
Extract Method public getAgentsByApplicationName(applicationName String, timestamp long, timeDiff long) : Set<AgentInfo> extracted from public getAgentsByApplicationName(applicationName String, timestamp long) : Set<AgentInfo> in class com.navercorp.pinpoint.web.service.AgentInfoServiceImpl | From | To |