8faaf3716ca092150662a7800e67756f5470d574
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getKeystoreFile() : String renamed to public getCertificateKeystoreFile() : String in class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
Rename Method public setKeystoreFile(keystoreFile String) : void renamed to public setCertificateKeystoreFile(certificateKeystoreFile String) : void in class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
Rename Attribute | 1 | ||
Rename Attribute keystoreFile : String to certificateKeystoreFile : String in class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
Rename Parameter | 1 | ||
Rename Parameter keystoreFile : String to certificateKeystoreFile : String in method public setCertificateKeystoreFile(certificateKeystoreFile String) : void in class org.apache.tomcat.util.net.SSLHostConfig | From | To |