e1fb629247a9a0d61a7a0747dfe54869128365e9
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 31
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method public sawClient(client Client) : void moved from class keywhiz.service.daos.ClientDAO to class keywhiz.service.daos.ClientDAOTest & inlined to public sawClientTest() : void | From | To | |
Rename Attribute | 1 | ||
Rename Attribute clientDAO : ClientDAO to clientDAOReadOnly : ClientDAO in class keywhiz.service.providers.AutomationClientAuthFactory.MyAuthenticator | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type authenticator : Authenticator<String,Client> to authenticator : MyAuthenticator in class keywhiz.service.providers.ClientAuthFactory | From | To | |
Change Attribute Type authenticator : Authenticator<String,AutomationClient> to authenticator : MyAuthenticator in class keywhiz.service.providers.AutomationClientAuthFactory | From | To | |
Extract Method | 1 | ||
Extract Method private cleanTimestamp(instant ApiDate) : ApiDate extracted from public Client(id long, name String, description String, createdAt ApiDate, createdBy String, updatedAt ApiDate, updatedBy String, lastSeen ApiDate, enabled boolean, automationAllowed boolean) in class keywhiz.api.model.Client | From | To |