86d94d18d4c9eca32a653a006d9949f37a7f2642
Files Diff
- Added: 2
- Removed: 1
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move Method | 2 | ||
| Move Method public patchPermissions(patches List<APIPatch<String>>) : void from class org.apache.guacamole.rest.user.UserResource to public patchPermissions(patches List<APIPatch<String>>) : void from class org.apache.guacamole.rest.permission.PermissionSetResource | From | To | |
| Move Method private updatePermissionSet(operation APIPatch.Operation, permissionSetPatch PermissionSetPatch<PermissionType>, permission PermissionType) : void from class org.apache.guacamole.rest.user.UserResource to private updatePermissionSet(operation APIPatch.Operation, permissionSetPatch PermissionSetPatch<PermissionType>, permission PermissionType) : void from class org.apache.guacamole.rest.permission.PermissionSetResource | From | To | |
| Change Return Type | 1 | ||
| Change Return Type APIPermissionSet to PermissionSetResource in method public getPermissions() : PermissionSetResource in class org.apache.guacamole.rest.user.UserResource | From | To | |
| Extract Class | 1 | ||
| Extract Class org.apache.guacamole.rest.permission.PermissionSetResource from class org.apache.guacamole.rest.user.UserResource | From | To | |
| Move Class | 1 | ||
| Move Class org.apache.guacamole.rest.user.PermissionSetPatch moved to org.apache.guacamole.rest.permission.PermissionSetPatch | From | To |