88ea4b65f9ab3e37e554c85758830df2de1d1625
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable agentSet : Set<AgentInfo> to filteredAgentInfos : Set<AgentInfo> in method public getAgentsByApplicationName(applicationName String, timestamp long, timeDiff long) : Set<AgentInfo> in class com.navercorp.pinpoint.web.service.AgentInfoServiceImpl | From | To | |
Change Return Type | 5 | ||
Change Return Type AgentInfoBo to AgentInfo in method public getInitialAgentInfo(agentId String) : AgentInfo in class com.navercorp.pinpoint.web.dao.hbase.HbaseAgentInfoDao | From | To | |
Change Return Type AgentInfoBo to AgentInfo in method public getInitialAgentInfo(agentId String) : AgentInfo in class com.navercorp.pinpoint.web.dao.AgentInfoDao | From | To | |
Change Return Type AgentInfoBo to AgentInfo in method public getAgentInfo(agentId String, timestamp long) : AgentInfo in class com.navercorp.pinpoint.web.dao.hbase.HbaseAgentInfoDao | From | To | |
Change Return Type AgentInfoBo to AgentInfo in method public getAgentInfo(agentId String, timestamp long) : AgentInfo in class com.navercorp.pinpoint.web.dao.AgentInfoDao | From | To | |
Change Return Type List<AgentLifeCycleBo> to AgentLifeCycleBo in method public extractData(results ResultScanner) : AgentLifeCycleBo in class com.navercorp.pinpoint.web.dao.hbase.HbaseAgentLifeCycleDao.AgentLifeCycleResultsExtractor | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private SCANNER_CACHING : int in class com.navercorp.pinpoint.web.dao.hbase.HbaseAgentInfoDao | From | To | |
Rename Attribute | 1 | ||
Rename Attribute timestamp : long to queryTimestamp : long in class com.navercorp.pinpoint.web.dao.hbase.HbaseAgentLifeCycleDao.AgentLifeCycleResultsExtractor | From | To | |
Extract Method | 1 | ||
Extract Method private createScanForInitialAgentInfo(agentId String) : Scan extracted from public getInitialAgentInfo(agentId String) : AgentInfoBo in class com.navercorp.pinpoint.web.dao.hbase.HbaseAgentInfoDao | From | To | |
Rename Parameter | 1 | ||
Rename Parameter timestamp : long to queryTimestamp : long in method package AgentLifeCycleResultsExtractor(agentLifeCycleMapper RowMapper<AgentLifeCycleBo>, queryTimestamp long) in class com.navercorp.pinpoint.web.dao.hbase.HbaseAgentLifeCycleDao.AgentLifeCycleResultsExtractor | From | To |