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