ae4d3ad721c66659252351c1540da7bcff497bc4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method public getCertificateKeyFile() : String from class org.apache.tomcat.util.net.SSLHostConfig to public getCertificateKeyFile() : String from class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
Move Method public getCertificateFile() : String from class org.apache.tomcat.util.net.SSLHostConfig to public getCertificateFile() : String from class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
Move Attribute | 2 | ||
Move Attribute private certificateFile : String from class org.apache.tomcat.util.net.SSLHostConfig to private certificateFile : String from class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
Move Attribute private certificateKeyFile : String from class org.apache.tomcat.util.net.SSLHostConfig to private certificateKeyFile : String from class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method public setCertificateFile(certificateFile String) : void extracted from public setCertificateFile(certificateFile String) : void in class org.apache.tomcat.util.net.SSLHostConfig & moved to class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To | |
Extract And Move Method public setCertificateKeyFile(certificateKeyFile String) : void extracted from public setCertificateKeyFile(certificateKeyFile String) : void in class org.apache.tomcat.util.net.SSLHostConfig & moved to class org.apache.tomcat.util.net.SSLHostConfigCertificate | From | To |