4ad57e2e7ab291a5eec021edc7cf1808b2eb7e8a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Inline Method | 1 | ||
Move And Inline Method private initPeerCertChain() : Certificate[] moved from class org.apache.tomcat.util.net.openssl.OpenSSLEngine to class org.apache.tomcat.util.net.openssl.OpenSSLEngine.OpenSSLSession & inlined to public getPeerCertificates() : Certificate[] | From | To | |
Move Attribute | 1 | ||
Move Attribute private x509PeerCerts : X509Certificate[] from class org.apache.tomcat.util.net.openssl.OpenSSLEngine.OpenSSLSession to private x509PeerCerts : X509Certificate[] from class org.apache.tomcat.util.net.openssl.OpenSSLEngine | From | To | |
Extract Method | 2 | ||
Extract Method private checkLastError() : void extracted from private pendingReadableBytesInSSL() : int in class org.apache.tomcat.util.net.openssl.OpenSSLEngine | From | To | |
Extract Method private checkLastError() : void extracted from private handshake() : void in class org.apache.tomcat.util.net.openssl.OpenSSLEngine | From | To |