d57a11668dd8998c4fb38a58e4f1354fb2526d0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable complete : boolean to last : boolean in method public write(b byte[], off int, len int) : void in class org.eclipse.jetty.server.HttpOutput | From | To | |
| Rename Variable complete : boolean to last : boolean in method public write(buffer ByteBuffer) : void in class org.eclipse.jetty.server.HttpOutput | From | To | |
| Move And Rename Attribute | 1 | ||
| Move And Rename Attribute private _complete : boolean renamed to package _last : boolean and moved from class org.eclipse.jetty.server.HttpOutput.AsyncWrite to class org.eclipse.jetty.server.HttpOutput.AsyncICB | From | To | |
| Extract Method | 2 | ||
| Extract Method private isLastContentToWrite(len int) : boolean extracted from public write(b byte[], off int, len int) : void in class org.eclipse.jetty.server.HttpOutput | From | To | |
| Extract Method private isLastContentToWrite(len int) : boolean extracted from public write(buffer ByteBuffer) : void in class org.eclipse.jetty.server.HttpOutput | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter complete : boolean to last : boolean in method public AsyncWrite(b byte[], off int, len int, last boolean) in class org.eclipse.jetty.server.HttpOutput.AsyncWrite | From | To | |
| Rename Parameter complete : boolean to last : boolean in method public AsyncWrite(buffer ByteBuffer, last boolean) in class org.eclipse.jetty.server.HttpOutput.AsyncWrite | From | To |