ea7e88279effab70a21b57f6fde504fa57ed3c9c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public deleteTunnel(authToken String, tunnelUUID String) : void renamed to public deleteTunnels(authToken String, tunnelUUIDs Collection<String>) : void in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type tunnelUUID : String to tunnelUUIDs : Collection<String> in method public deleteTunnels(authToken String, tunnelUUIDs Collection<String>) : void in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To | |
Rename Variable | 1 | ||
Rename Variable record : ConnectionRecord to records : Collection<ConnectionRecord> in method public deleteTunnels(authToken String, tunnelUUIDs Collection<String>) : void in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type record : ConnectionRecord to records : Collection<ConnectionRecord> in method public deleteTunnels(authToken String, tunnelUUIDs Collection<String>) : void in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter tunnelUUID : String to tunnelUUIDs : Collection<String> in method public deleteTunnels(authToken String, tunnelUUIDs Collection<String>) : void in class org.glyptodon.guacamole.net.basic.rest.tunnel.TunnelRESTService | From | To |