5f7089ec851c5ce27ea85e143c02cfc2c0ea92e0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 2 | ||
| Move And Rename Method public getIdleConnectionCount() : long from class org.asynchttpclient.ClientStats to public getHostIdleConnectionCount() : long from class org.asynchttpclient.HostStats | From | To | |
| Move And Rename Method public getActiveConnectionCount() : long from class org.asynchttpclient.ClientStats to public getHostActiveConnectionCount() : long from class org.asynchttpclient.HostStats | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private idleConnectionCount : long from class org.asynchttpclient.ClientStats to private idleConnectionCount : long from class org.asynchttpclient.HostStats | From | To | |
| Move Attribute private activeConnectionCount : long from class org.asynchttpclient.ClientStats to private activeConnectionCount : long from class org.asynchttpclient.HostStats | From | To | |
| Extract Class | 1 | ||
| Extract Class org.asynchttpclient.HostStats from class org.asynchttpclient.ClientStats | From | To | |
| Merge Variable | 1 | ||
| Merge Variable [activeConnectionCount : long, idleConnectionCount : long] to statsPerHost : Map<String,HostStats> in method public getClientStats() : ClientStats in class org.asynchttpclient.netty.channel.ChannelManager | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute activeConnectionCount : long to statsPerHost : Map<String,HostStats> in class org.asynchttpclient.ClientStats | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type activeConnectionCount : long to statsPerHost : Map<String,HostStats> in class org.asynchttpclient.ClientStats | From | To |