89f0f4783e0fd5cb2abf833aa045abe9e930cde1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type identifier : String to connection : MySQLConnection in method public retrieveHistory(user AuthenticatedUser, connection MySQLConnection) : List<ConnectionRecord> in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService | From | To | |
| Rename Variable | 1 | ||
| Rename Variable count : AtomicInteger to connections : LinkedList<ConnectionRecord> in method public getActiveConnections(connection Connection) : List<ConnectionRecord> in class net.sourceforge.guacamole.net.auth.mysql.service.AbstractGuacamoleSocketService | From | To | |
| Change Return Type | 3 | ||
| Change Return Type int to List<ConnectionRecord> in method public getActiveConnections(connection Connection) : List<ConnectionRecord> in class net.sourceforge.guacamole.net.auth.mysql.service.GuacamoleSocketService | From | To | |
| Change Return Type int to List<ConnectionRecord> in method public getActiveConnections(connection Connection) : List<ConnectionRecord> in class net.sourceforge.guacamole.net.auth.mysql.service.AbstractGuacamoleSocketService | From | To | |
| Change Return Type List<MySQLConnectionRecord> to List<ConnectionRecord> in method public retrieveHistory(user AuthenticatedUser, connection MySQLConnection) : List<ConnectionRecord> in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute activeConnectionCount : ConcurrentHashMap<String,AtomicInteger> to activeConnections : Map<String,LinkedList<ConnectionRecord>> in class net.sourceforge.guacamole.net.auth.mysql.service.AbstractGuacamoleSocketService | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type records : List<MySQLConnectionRecord> to records : List<ConnectionRecord> in method public retrieveHistory(user AuthenticatedUser, connection MySQLConnection) : List<ConnectionRecord> in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService | From | To | |
| Change Variable Type count : AtomicInteger to connections : LinkedList<ConnectionRecord> in method public getActiveConnections(connection Connection) : List<ConnectionRecord> in class net.sourceforge.guacamole.net.auth.mysql.service.AbstractGuacamoleSocketService | From | To | |
| Extract Variable | 1 | ||
| Extract Variable identifier : String in method public getActiveConnections(connection Connection) : List<ConnectionRecord> from class net.sourceforge.guacamole.net.auth.mysql.service.AbstractGuacamoleSocketService | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type activeConnectionCount : ConcurrentHashMap<String,AtomicInteger> to activeConnections : Map<String,LinkedList<ConnectionRecord>> in class net.sourceforge.guacamole.net.auth.mysql.service.AbstractGuacamoleSocketService | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter identifier : String to connection : MySQLConnection in method public retrieveHistory(user AuthenticatedUser, connection MySQLConnection) : List<ConnectionRecord> in class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService | From | To |