ffc29ed398ef9dbb7b4e709798d6321e0264e9f4
Files Diff
- Added: 8
- Removed: 2
- Renamed: 0
- Modified: 17
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type record : ConnectionRecord to record : ActiveConnectionRecord in method public remove(identifier String, record ActiveConnectionRecord) : void in class org.glyptodon.guacamole.auth.jdbc.tunnel.ActiveConnectionMultimap | From | To | |
| Change Parameter Type record : ConnectionRecord to record : ActiveConnectionRecord in method public put(identifier String, record ActiveConnectionRecord) : void in class org.glyptodon.guacamole.auth.jdbc.tunnel.ActiveConnectionMultimap | From | To | |
| Move Method | 2 | ||
| Move Method public getTunnel() : GuacamoleTunnel from class org.glyptodon.guacamole.auth.jdbc.connection.ModeledConnectionRecord to public getTunnel() : GuacamoleTunnel from class org.glyptodon.guacamole.auth.jdbc.activeconnection.TrackedActiveConnection | From | To | |
| Move Method public getIdentifier() : String from class org.glyptodon.guacamole.auth.jdbc.connection.ModeledConnectionRecord to public getIdentifier() : String from class org.glyptodon.guacamole.auth.jdbc.activeconnection.TrackedActiveConnection | From | To | |
| Change Return Type | 9 | ||
| Change Return Type Collection<ConnectionRecord> to Collection<ActiveConnectionRecord> in method public get(identifier String) : Collection<ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.ActiveConnectionMultimap | From | To | |
| Change Return Type Collection<ConnectionRecord> to Collection<ActiveConnectionRecord> in method public getActiveConnections(user AuthenticatedUser) : Collection<ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.GuacamoleTunnelService | From | To | |
| Change Return Type Collection<ConnectionRecord> to Collection<ActiveConnectionRecord> in method public getActiveConnections(connection Connection) : Collection<ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService | From | To | |
| Change Return Type ConnectionRecord to ActiveConnectionRecord in method public getActiveConnection(user AuthenticatedUser, tunnelUUID String) : ActiveConnectionRecord in class org.glyptodon.guacamole.auth.jdbc.tunnel.GuacamoleTunnelService | From | To | |
| Change Return Type Collection<ConnectionRecord> to Collection<ActiveConnectionRecord> in method public getActiveConnections(connectionGroup ConnectionGroup) : Collection<ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.GuacamoleTunnelService | From | To | |
| Change Return Type Collection<ConnectionRecord> to Collection<ActiveConnectionRecord> in method public getActiveConnections(user AuthenticatedUser) : Collection<ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService | From | To | |
| Change Return Type ConnectionRecord to ActiveConnectionRecord in method public getActiveConnection(user AuthenticatedUser, tunnelUUID String) : ActiveConnectionRecord in class org.glyptodon.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService | From | To | |
| Change Return Type Collection<ConnectionRecord> to Collection<ActiveConnectionRecord> in method public getActiveConnections(connection Connection) : Collection<ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.GuacamoleTunnelService | From | To | |
| Change Return Type Collection<ConnectionRecord> to Collection<ActiveConnectionRecord> in method public getActiveConnections(connectionGroup ConnectionGroup) : Collection<ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService | From | To | |
| Extract Class | 1 | ||
| Extract Class org.glyptodon.guacamole.auth.jdbc.activeconnection.TrackedActiveConnection from class org.glyptodon.guacamole.auth.jdbc.connection.ModeledConnectionRecord | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.glyptodon.guacamole.net.basic.rest.tunnel.APITunnel moved and renamed to org.glyptodon.guacamole.net.basic.rest.activeconnection.APIActiveConnection | From | To | |
| Change Variable Type | 3 | ||
| Change Variable Type connections : Collection<ConnectionRecord> to connections : Collection<ActiveConnectionRecord> in method public get(identifier String) : Collection<ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.ActiveConnectionMultimap | From | To | |
| Change Variable Type connections : Set<ConnectionRecord> to connections : Set<ActiveConnectionRecord> in method public put(identifier String, record ActiveConnectionRecord) : void in class org.glyptodon.guacamole.auth.jdbc.tunnel.ActiveConnectionMultimap | From | To | |
| Change Variable Type connections : Set<ConnectionRecord> to connections : Set<ActiveConnectionRecord> in method public remove(identifier String, record ActiveConnectionRecord) : void in class org.glyptodon.guacamole.auth.jdbc.tunnel.ActiveConnectionMultimap | From | To | |
| Change Attribute Type | 2 | ||
| Change Attribute Type activeTunnels : Map<String,ConnectionRecord> to activeTunnels : Map<String,ActiveConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService | From | To | |
| Change Attribute Type records : Map<String,Set<ConnectionRecord>> to records : Map<String,Set<ActiveConnectionRecord>> in class org.glyptodon.guacamole.auth.jdbc.tunnel.ActiveConnectionMultimap | From | To |