e4fe1a3a6512b4f9b40a479b4cb945c3a07c159d
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type tunnel : StreamInterceptingTunnel to tunnel : UserTunnel in method public addTunnel(tunnel UserTunnel) : void in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Parameter Type tunnel : StreamInterceptingTunnel to tunnel : UserTunnel in method public TunnelResource(tunnel UserTunnel) in class org.apache.guacamole.rest.tunnel.TunnelResource | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,StreamInterceptingTunnel> to Map<String,UserTunnel> in method public getTunnels() : Map<String,UserTunnel> in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Variable Type | 2 | ||
Change Variable Type tunnels : Map<String,StreamInterceptingTunnel> to tunnels : Map<String,UserTunnel> in method public getTunnel(tunnelUUID String) : TunnelResource in class org.apache.guacamole.rest.tunnel.TunnelCollectionResource | From | To | |
Change Variable Type tunnel : StreamInterceptingTunnel to tunnel : UserTunnel in method public getTunnel(tunnelUUID String) : TunnelResource in class org.apache.guacamole.rest.tunnel.TunnelCollectionResource | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type tunnel : StreamInterceptingTunnel to tunnel : UserTunnel in class org.apache.guacamole.rest.tunnel.TunnelResource | From | To | |
Change Attribute Type tunnels : Map<String,StreamInterceptingTunnel> to tunnels : Map<String,UserTunnel> in class org.apache.guacamole.GuacamoleSession | From | To |