921a98b86e85d1b31a5baeb96445774a1f53d80d
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Return Type | 1 | ||
| Change Return Type Application to List<Application> in method public mapRow(result Result, rowNum int) : List<Application> in class com.navercorp.pinpoint.web.mapper.ApplicationNameMapper | From | To | |
| Inline Variable | 1 | ||
| Inline Variable serviceType : ServiceType in method public mapRow(result Result, rowNum int) : Application from class com.navercorp.pinpoint.web.mapper.ApplicationNameMapper | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type applicationNameMapper : RowMapper<Application> to applicationNameMapper : RowMapper<List<Application>> in class com.navercorp.pinpoint.web.dao.hbase.HbaseApplicationIndexDao | From | To |