718ac76815437a4123ddeee21c781f4206048fa9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private handshakeFinished() : void renamed to private handshakeSucceeded() : void in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Parameterize Variable | 2 | ||
Parameterize Variable x : SSLHandshakeException to failure : Throwable in method private handshakeFailed(failure Throwable) : void in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Change Variable Type | 2 | ||
Change Variable Type x : SSLHandshakeException to failure : Throwable in method private handshakeFailed(failure Throwable) : void in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Extract Method | 2 | ||
Extract Method private handshakeFailed(failure Throwable) : void extracted from public fill(buffer ByteBuffer) : int in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Extract Method private handshakeFailed(failure Throwable) : void extracted from public flush(appOuts ByteBuffer...) : boolean in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To |