461c6082aee62fc030b7535d3ea477ece61582ef
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 6 | ||
Extract Method private handleContentMessage() : boolean extracted from public parseNext(buffer ByteBuffer) : boolean in class org.eclipse.jetty.http.HttpParser | From | To | |
Extract Method private handleHeaderContentMessage() : boolean extracted from private parseLine(buffer ByteBuffer) : boolean in class org.eclipse.jetty.http.HttpParser | From | To | |
Extract Method private handleContentMessage() : boolean extracted from protected parseContent(buffer ByteBuffer) : boolean in class org.eclipse.jetty.http.HttpParser | From | To | |
Extract Method private handleHeaderContentMessage() : boolean extracted from protected parseHeaders(buffer ByteBuffer) : boolean in class org.eclipse.jetty.http.HttpParser | From | To |