7ab90c201d495c4857f3c0f6fc5b99d55799a651
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable permissions : UserPermissions to permissionsResponse : SingularityUserPermissionsResponse in method public get() : Optional<SingularityUser> in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
Rename Variable permissions : UserPermissions to permissionsResponse : SingularityUserPermissionsResponse in method private verify(authHeaderValue String) : SingularityUserPermissionsResponse in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
Change Return Type | 1 | ||
Change Return Type UserPermissions to SingularityUserPermissionsResponse in method private verify(authHeaderValue String) : SingularityUserPermissionsResponse in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
Move And Rename Class | 1 | ||
Move And Rename Class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator.UserPermissions moved and renamed to com.hubspot.singularity.auth.authenticator.SingularityUserPermissionsResponse | From | To | |
Change Variable Type | 3 | ||
Change Variable Type permissions : UserPermissions to permissionsResponse : SingularityUserPermissionsResponse in method public get() : Optional<SingularityUser> in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
Change Variable Type maybeCachedPermissions : UserPermissions to maybeCachedPermissions : SingularityUserPermissionsResponse in method private verify(authHeaderValue String) : SingularityUserPermissionsResponse in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
Change Variable Type permissions : UserPermissions to permissionsResponse : SingularityUserPermissionsResponse in method private verify(authHeaderValue String) : SingularityUserPermissionsResponse in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type permissionsCache : Cache<String,UserPermissions> to permissionsCache : Cache<String,SingularityUserPermissionsResponse> in class com.hubspot.singularity.auth.authenticator.SingularityWebhookAuthenticator | From | To |