8e3cbf06274c385afb99340e3b1c153a7946fb08
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable encodedKey : String to secret : String in method private getKey(context UserContext) : UserTOTPKey in class org.apache.guacamole.auth.totp.UserVerificationService | From | To | |
| Rename Variable encodedKey : String to key : UserTOTPKey in method public verifyIdentity(context UserContext, authenticatedUser AuthenticatedUser) : void in class org.apache.guacamole.auth.totp.UserVerificationService | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type encodedKey : String to key : UserTOTPKey in method public verifyIdentity(context UserContext, authenticatedUser AuthenticatedUser) : void in class org.apache.guacamole.auth.totp.UserVerificationService | From | To | |
| Extract Method | 1 | ||
| Extract Method private getKey(context UserContext) : UserTOTPKey extracted from public verifyIdentity(context UserContext, authenticatedUser AuthenticatedUser) : void in class org.apache.guacamole.auth.totp.UserVerificationService | From | To |