b3a49dae056bf261fe188358ddcade1b003f3f26
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private tunnels : ConcurrentMap<String,GuacamoleTunnel> from class org.glyptodon.guacamole.servlet.GuacamoleSession to private tunnels : ConcurrentMap<String,GuacamoleTunnel> from class org.glyptodon.guacamole.servlet.GuacamoleHTTPTunnelServlet | From | To | |
Extract Method | 2 | ||
Extract Method protected getTunnel(tunnelUUID String) : GuacamoleTunnel extracted from protected doWrite(request HttpServletRequest, response HttpServletResponse, tunnelUUID String) : void in class org.glyptodon.guacamole.servlet.GuacamoleHTTPTunnelServlet | From | To | |
Extract Method protected getTunnel(tunnelUUID String) : GuacamoleTunnel extracted from protected doRead(request HttpServletRequest, response HttpServletResponse, tunnelUUID String) : void in class org.glyptodon.guacamole.servlet.GuacamoleHTTPTunnelServlet | From | To | |
Rename Parameter | 1 | ||
Rename Parameter guac_status : GuacamoleStatus to guacStatus : GuacamoleStatus in method protected sendError(response HttpServletResponse, guacStatus GuacamoleStatus, message String) : void in class org.glyptodon.guacamole.servlet.GuacamoleHTTPTunnelServlet | From | To |