c7c490c18f23a1ce347acc49414e5ce4bd413ad2
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable certificateAndKeyPair : X509CertificateFactory.CertificateAndKeyPair to certificateAndPrivateKey : CertificateAndPrivateKey in method public testGet() : void in class com.spotify.helios.client.tls.X509CertificateFactoryTest | From | To | |
Change Return Type | 1 | ||
Change Return Type CertificateAndKeyPair to CertificateAndPrivateKey in method public get(agentProxy AgentProxy, identity Identity, username String) : CertificateAndPrivateKey in class com.spotify.helios.client.tls.X509CertificateFactory | From | To | |
Move Class | 1 | ||
Move Class com.spotify.helios.client.HttpsHandlers.CertificateAndPrivateKey moved to com.spotify.helios.client.tls.CertificateAndPrivateKey | From | To | |
Change Variable Type | 1 | ||
Change Variable Type certificateAndKeyPair : X509CertificateFactory.CertificateAndKeyPair to certificateAndPrivateKey : CertificateAndPrivateKey in method public testGet() : void in class com.spotify.helios.client.tls.X509CertificateFactoryTest | From | To | |
Extract Method | 1 | ||
Extract Method private generate(agentProxy AgentProxy, identity Identity, username String) : CertificateAndPrivateKey extracted from public get(agentProxy AgentProxy, identity Identity, username String) : CertificateAndKeyPair in class com.spotify.helios.client.tls.X509CertificateFactory | From | To |