207d5e433040674abe054f678822e33a20316e3c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method private removeActiveConnection(connection Connection, record ConnectionRecord) : void from class org.glyptodon.guacamole.auth.jdbc.socket.AbstractGuacamoleSocketService to public remove(identifier String, record ConnectionRecord) : void from class org.glyptodon.guacamole.auth.jdbc.socket.ActiveConnectionMultimap | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type connection : Connection to identifier : String in method public remove(identifier String, record ConnectionRecord) : void in class org.glyptodon.guacamole.auth.jdbc.socket.ActiveConnectionMultimap | From | To | |
Rename Variable | 1 | ||
Rename Variable connections : LinkedList<ConnectionRecord> to activeConnection : ActiveConnectionRecord in method private connect(user AuthenticatedUser, connection ModeledConnection, info GuacamoleClientInformation) : GuacamoleSocket in class org.glyptodon.guacamole.auth.jdbc.socket.AbstractGuacamoleSocketService | From | To | |
Inline Method | 1 | ||
Inline Method private addActiveConnection(connection Connection, record ConnectionRecord) : void inlined to private connect(user AuthenticatedUser, connection ModeledConnection, info GuacamoleClientInformation) : GuacamoleSocket in class org.glyptodon.guacamole.auth.jdbc.socket.AbstractGuacamoleSocketService | From | To | |
Extract Variable | 2 | ||
Extract Variable identifier : String in method public close() : void from class org.glyptodon.guacamole.auth.jdbc.socket.AbstractGuacamoleSocketService.connect | From | To | |
Extract Variable identifier : String in method private connect(user AuthenticatedUser, connection ModeledConnection, info GuacamoleClientInformation) : GuacamoleSocket from class org.glyptodon.guacamole.auth.jdbc.socket.AbstractGuacamoleSocketService | From | To | |
Change Variable Type | 1 | ||
Change Variable Type connections : LinkedList<ConnectionRecord> to activeConnection : ActiveConnectionRecord in method private connect(user AuthenticatedUser, connection ModeledConnection, info GuacamoleClientInformation) : GuacamoleSocket in class org.glyptodon.guacamole.auth.jdbc.socket.AbstractGuacamoleSocketService | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type activeConnections : Map<String,LinkedList<ConnectionRecord>> to activeConnections : ActiveConnectionMultimap in class org.glyptodon.guacamole.auth.jdbc.socket.AbstractGuacamoleSocketService | From | To | |
Rename Parameter | 1 | ||
Rename Parameter connection : Connection to identifier : String in method public remove(identifier String, record ConnectionRecord) : void in class org.glyptodon.guacamole.auth.jdbc.socket.ActiveConnectionMultimap | From | To |