925687fc909de930c025214fe1d2c5a891253f7b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method protected hasObjectPermission(user AuthenticatedUser, identifier String, type ObjectPermission.Type) : boolean extracted from public deleteObject(user AuthenticatedUser, identifier String) : void in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Extract Method protected hasObjectPermission(user AuthenticatedUser, identifier String, type ObjectPermission.Type) : boolean extracted from public updateObject(user AuthenticatedUser, object InternalType) : void in class net.sourceforge.guacamole.net.auth.mysql.service.DirectoryObjectService | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public connect(user AuthenticatedUser, connection MySQLConnection, info GuacamoleClientInformation) : GuacamoleSocket extracted from public connect(info GuacamoleClientInformation) : GuacamoleSocket in class net.sourceforge.guacamole.net.auth.mysql.MySQLConnection & moved to class net.sourceforge.guacamole.net.auth.mysql.service.ConnectionService | From | To |