31b1b42ba6bf873e3f7af0848c6c24495027a14d
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public getDefaultGuacamoleProxyConfiguration() : GuacamoleProxyConfiguration from class org.apache.guacamole.auth.jdbc.JDBCEnvironment to public getDefaultGuacamoleProxyConfiguration() : GuacamoleProxyConfiguration from class org.apache.guacamole.environment.LocalEnvironment | From | To | |
Rename Variable | 1 | ||
Rename Variable env : Environment to environment : Environment in method public connect(info GuacamoleClientInformation) : GuacamoleTunnel in class org.apache.guacamole.net.auth.simple.SimpleConnection | From | To | |
Pull Up Attribute | 2 | ||
Pull Up Attribute private DEFAULT_GUACD_PORT : int from class org.apache.guacamole.auth.jdbc.JDBCEnvironment to private DEFAULT_GUACD_PORT : int from class org.apache.guacamole.environment.LocalEnvironment | From | To | |
Pull Up Attribute private DEFAULT_GUACD_HOSTNAME : String from class org.apache.guacamole.auth.jdbc.JDBCEnvironment to private DEFAULT_GUACD_HOSTNAME : String from class org.apache.guacamole.environment.LocalEnvironment | From | To | |
Move Class | 1 | ||
Move Class org.apache.guacamole.auth.jdbc.connection.GuacamoleProxyConfiguration moved to org.apache.guacamole.net.auth.GuacamoleProxyConfiguration | From | To |