dd78341cbd3da169056a54fbef8a7414638f4cff
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public deleteTunnels(authToken String, tunnelUUIDs Collection<String>) : void renamed to public patchTunnels(authToken String, patches List<APIPatch<String>>) : void in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tunnelUUIDs : Collection<String> to patches : List<APIPatch<String>> in method public patchTunnels(authToken String, patches List<APIPatch<String>>) : void in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To | |
Change Return Type | 1 | ||
Change Return Type List<APITunnel> to Map<String,APITunnel> in method public getTunnels(authToken String) : Map<String,APITunnel> in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type apiTunnels : List<APITunnel> to apiTunnels : Map<String,APITunnel> in method public getTunnels(authToken String) : Map<String,APITunnel> in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tunnelUUIDs : Collection<String> to patches : List<APIPatch<String>> in method public patchTunnels(authToken String, patches List<APIPatch<String>>) : void in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To |