17b6eee5aca00460913a2b7847325b6e3df39fd2
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private releaseEncryptedOutputBuffer() : void from class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint to private releaseEncryptedOutputBuffer() : void from class org.eclipse.jetty.io.ssl.SslConnection | From | To | |
Rename Variable | 5 | ||
Rename Variable fail_filler : boolean to fail_fill_interest : boolean in method public failed(x Throwable) : void in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint.IncompleteWriteCallback | From | To | |
Rename Variable handshakeStatus : HandshakeStatus to status : HandshakeStatus in method public flush(appOuts ByteBuffer...) : boolean in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Rename Variable write : boolean to interest : boolean in method protected needsFillInterest() : void in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Rename Variable handshakeStatus : HandshakeStatus to status : HandshakeStatus in method public fill(buffer ByteBuffer) : int in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Rename Variable unwrapResultStatus : Status to unwrap : SSLEngineResult.Status in method public fill(buffer ByteBuffer) : int in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Move Attribute | 1 | ||
Move Attribute private _handshake : AtomicReference<Handshake> from class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint to private _handshake : AtomicReference<Handshake> from class org.eclipse.jetty.io.ssl.SslConnection | From | To | |
Rename Class | 1 | ||
Rename Class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint.WriteCallBack renamed to org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint.IncompleteWriteCallback | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _writeCallback : Callback to _incompleteWriteCallback : Callback in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Change Variable Type | 2 | ||
Change Variable Type client : Socket to client : SSLSocket in method public testWriteOnConnect() : void in class org.eclipse.jetty.io.SslConnectionTest | From | To | |
Change Variable Type unwrapResultStatus : Status to unwrap : SSLEngineResult.Status in method public fill(buffer ByteBuffer) : int in class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Inline Variable | 2 | ||
Inline Variable unwrapHandshakeStatus : HandshakeStatus in method public fill(buffer ByteBuffer) : int from class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Inline Variable wrapResultStatus : Status in method public flush(appOuts ByteBuffer...) : boolean from class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected onFillableFail(failure Throwable) : void extracted from public onFillInterestedFailed(cause Throwable) : void in class org.eclipse.jetty.io.ssl.SslConnection & moved to class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To | |
Extract And Move Method protected onFillable() : void extracted from public onFillable() : void in class org.eclipse.jetty.io.ssl.SslConnection & moved to class org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint | From | To |