630afcc031a0e4cfe88594d0df4bda1745e68893
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type password : String to password : char[] in method public login(username String, password char[]) : void in class keywhiz.client.KeywhizClient | From | To | |
Change Parameter Type password : String to password : char[] in method public LoginRequest(username String, password char[]) in class keywhiz.api.LoginRequest | From | To | |
Change Parameter Type password : String to password : char[] in method public buildLoginPost(username String, password char[]) : Request in class keywhiz.AuthHelper | From | To | |
Change Return Type | 1 | ||
Change Return Type String to char[] in method public readPassword() : char[] in class keywhiz.cli.ClientUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type password : String to password : char[] in method public executeCommand() : void in class keywhiz.cli.CommandExecutor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type password : String to password : char[] in class keywhiz.api.LoginRequest | From | To | |
Change Attribute Type defaultPassword : String to defaultPassword : char[] in class keywhiz.commands.DbSeedCommand | From | To |