845b590dd0afe9942a1e5b6a8acff34176ac3886
Files Diff
- Added: 0
- Removed: 4
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 3 | ||
Pull Up Method public handle(conn HttpsURLConnection) : void from class com.spotify.helios.client.HttpsHandlers.CertificateFileHttpsHandler to public handle(conn HttpsURLConnection) : void from class com.spotify.helios.client.HttpsHandlers.CertificateHttpsHandler | From | To | |
Pull Up Method package getUser() : String from class com.spotify.helios.client.HttpsHandlers.SshAgentHttpsHandler to package getUser() : String from class com.spotify.helios.client.HttpsHandlers.CertificateHttpsHandler | From | To | |
Pull Up Method package getUser() : String from class com.spotify.helios.client.HttpsHandlers.CertificateFileHttpsHandler to package getUser() : String from class com.spotify.helios.client.HttpsHandlers.CertificateHttpsHandler | From | To | |
Rename Variable | 1 | ||
Rename Variable certificates : Certificate to certificateAndKeyPair : X509CertificateFactory.CertificateAndKeyPair in method public testGet() : void in class com.spotify.helios.client.tls.X509CertificateFactoryTest | From | To | |
Pull Up Attribute | 3 | ||
Pull Up Attribute private KEY_STORE_PASSWORD : char[] from class com.spotify.helios.client.HttpsHandlers.CertificateFileHttpsHandler to private KEY_STORE_PASSWORD : char[] from class com.spotify.helios.client.HttpsHandlers.CertificateHttpsHandler | From | To | |
Pull Up Attribute private user : String from class com.spotify.helios.client.HttpsHandlers.CertificateFileHttpsHandler to private user : String from class com.spotify.helios.client.HttpsHandlers.CertificateHttpsHandler | From | To | |
Pull Up Attribute private user : String from class com.spotify.helios.client.HttpsHandlers.SshAgentHttpsHandler to private user : String from class com.spotify.helios.client.HttpsHandlers.CertificateHttpsHandler | From | To | |
Change Return Type | 1 | ||
Change Return Type Certificate to CertificateAndKeyPair in method public get(agentProxy AgentProxy, identity Identity, username String) : CertificateAndKeyPair in class com.spotify.helios.client.tls.X509CertificateFactory | From | To | |
Extract Superclass | 1 | ||
Extract Superclass com.spotify.helios.client.HttpsHandlers.CertificateHttpsHandler from classes [com.spotify.helios.client.HttpsHandlers.SshAgentHttpsHandler, com.spotify.helios.client.HttpsHandlers.CertificateFileHttpsHandler] | From | To | |
Change Variable Type | 1 | ||
Change Variable Type certificates : Certificate to certificateAndKeyPair : X509CertificateFactory.CertificateAndKeyPair in method public testGet() : void in class com.spotify.helios.client.tls.X509CertificateFactoryTest | From | To |