c2192c41386d97fb666280bbfb5399e4a27211f0
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Attribute | 1 | ||
| Rename Attribute activeConnectionRecords : Set<ConnectionRecord> to activeTunnels : Map<String,ConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type activeConnectionRecords : Set<ConnectionRecord> to activeTunnels : Map<String,ConnectionRecord> in class org.glyptodon.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService | From | To | |
| Extract And Move Method | 1 | ||
| Extract And Move Method public assignGuacamoleTunnel(socket GuacamoleSocket) : GuacamoleTunnel extracted from private assignGuacamoleTunnel(activeConnection ActiveConnectionRecord, info GuacamoleClientInformation) : GuacamoleTunnel in class org.glyptodon.guacamole.auth.jdbc.tunnel.AbstractGuacamoleTunnelService & moved to class org.glyptodon.guacamole.auth.jdbc.tunnel.ActiveConnectionRecord | From | To |