794d2fecd50fecdcf9cb9be357b04626d3238034
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Method | 1 | ||
Pull Up Method public setKeystoreFile(s String) : void from class org.apache.coyote.http11.AbstractHttp11JsseProtocol to public setKeystoreFile(keystoreFile String) : void from class org.apache.coyote.http11.AbstractHttp11Protocol | From | To | |
Move Method | 2 | ||
Move Method public setKeystoreFile(s String) : void from class org.apache.tomcat.util.net.AbstractEndpoint to public setKeystoreFile(keystoreFile String) : void from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
Move Method public getKeystoreFile() : String from class org.apache.tomcat.util.net.AbstractEndpoint to public getKeystoreFile() : String from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
Move Attribute | 1 | ||
Move Attribute private keystoreFile : String from class org.apache.tomcat.util.net.AbstractEndpoint to private keystoreFile : String from class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
Rename Parameter | 2 | ||
Rename Parameter s : String to keystoreFile : String in method public setKeystoreFile(keystoreFile String) : void in class org.apache.tomcat.util.net.SSLHostConfig | From | To | |
Rename Parameter s : String to keystoreFile : String in method public setKeystoreFile(keystoreFile String) : void in class org.apache.coyote.http11.AbstractHttp11Protocol | From | To |