4a0dd14a81de1ba25e620c55e685ecd518fd379b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method protected pollNonEmptyContent() : Content renamed to private consume(content Content) : void in class org.eclipse.jetty.server.HttpInput | From | To | |
Rename Method protected pollReadableContent() : Content renamed to protected nextInterceptedContent() : Content in class org.eclipse.jetty.server.HttpInput | From | To | |
Rename Method protected nextReadable() : Content renamed to protected produceNextContext() : Content in class org.eclipse.jetty.server.HttpInput | From | To | |
Rename Variable | 1 | ||
Rename Variable handle : boolean to wake : boolean in method public onWritePossible() : boolean in class org.eclipse.jetty.server.HttpChannelState | From | To | |
Change Return Type | 1 | ||
Change Return Type Content to void in method private consume(content Content) : void in class org.eclipse.jetty.server.HttpInput | From | To | |
Extract Variable | 1 | ||
Extract Variable content : Content in method protected produceNextContext() : Content from class org.eclipse.jetty.server.HttpInput | From | To |