735290ba30ab38245dabc97193137f04955dd42a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type tunnel : GuacamoleTunnel to tunnel : StreamInterceptingTunnel in method public addTunnel(tunnel StreamInterceptingTunnel) : void in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Return Type | 1 | ||
Change Return Type Map<String,GuacamoleTunnel> to Map<String,StreamInterceptingTunnel> in method public getTunnels() : Map<String,StreamInterceptingTunnel> in class org.apache.guacamole.GuacamoleSession | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type tunnels : Map<String,GuacamoleTunnel> to tunnels : Map<String,StreamInterceptingTunnel> in class org.apache.guacamole.GuacamoleSession | From | To |