2bf86a43cb00a442d858dd56797e73fd3fba62c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setInitialHosts2(hosts List<InetSocketAddress>) : void renamed to public setInitialHosts(hosts Collection<InetSocketAddress>) : void in class org.jgroups.protocols.TCPPING | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type hosts : List<InetSocketAddress> to hosts : Collection<InetSocketAddress> in method public setInitialHosts(hosts Collection<InetSocketAddress>) : void in class org.jgroups.protocols.TCPPING | From | To |