98bb582d45238959c80eb820f9bfeca8c28e6dbf
Files Diff
- Added: 3
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method public getContent() : ByteBuffer renamed to public getByteBuffer() : ByteBuffer in class org.eclipse.jetty.server.HttpInput.Content | From | To | |
| Rename Method protected pollContent() : Content renamed to protected pollNonEmptyContent() : Content in class org.eclipse.jetty.server.HttpInput | From | To | |
| Pull Up Method | 3 | ||
| Pull Up Method public decode(buffer ByteBuffer) : ByteBuffer from class org.eclipse.jetty.client.GZIPContentDecoder to public decode(compressed ByteBuffer) : ByteBuffer from class org.eclipse.jetty.http.GZIPContentDecoder | From | To | |
| Pull Up Method protected isFinished() : boolean from class org.eclipse.jetty.client.GZIPContentDecoder to public isFinished() : boolean from class org.eclipse.jetty.http.GZIPContentDecoder | From | To | |
| Pull Up Method private reset() : void from class org.eclipse.jetty.client.GZIPContentDecoder to private reset() : void from class org.eclipse.jetty.http.GZIPContentDecoder | From | To | |
| Rename Class | 1 | ||
| Rename Class org.eclipse.jetty.server.HttpInput.PoisonPillContent renamed to org.eclipse.jetty.server.HttpInput.SentinelContent | From | To | |
| Move Class | 1 | ||
| Move Class org.eclipse.jetty.client.GZIPContentDecoder.State moved to org.eclipse.jetty.http.GZIPContentDecoder.State | From | To | |
| Extract Superclass | 1 | ||
| Extract Superclass org.eclipse.jetty.http.GZIPContentDecoder from classes [org.eclipse.jetty.client.GZIPContentDecoder] | From | To | |
| Extract Method | 1 | ||
| Extract Method protected decodeChunks(compressed ByteBuffer) : void extracted from public decode(buffer ByteBuffer) : ByteBuffer in class org.eclipse.jetty.http.GZIPContentDecoder | From | To | |
| Rename Parameter | 3 | ||
| Rename Parameter buffer : ByteBuffer to compressed : ByteBuffer in method public decode(compressed ByteBuffer) : ByteBuffer in class org.eclipse.jetty.http.GZIPContentDecoder | From | To | |
| Rename Parameter item : Content to content : Content in method public addContent(content Content) : boolean in class org.eclipse.jetty.server.HttpInput | From | To | |
| Rename Parameter filter : Interceptor to interceptor : Interceptor in method public setInterceptor(interceptor Interceptor) : void in class org.eclipse.jetty.server.HttpOutput | From | To |