6781a949b12cc318df281319071941f0254c96c4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 20
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public testResponseWithKnownContent() : void renamed to public testResponseWithKnownContentLengthFromMetaData() : void in class org.eclipse.jetty.http.HttpGeneratorServerTest | From | To | |
Rename Method public testResponseNoContent() : void renamed to public testResponseNoContentPersistent() : void in class org.eclipse.jetty.http.HttpGeneratorServerTest | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _noContent : boolean to _noContentResponse : boolean in class org.eclipse.jetty.http.HttpGenerator | From | To | |
Extract Variable | 2 | ||
Extract Variable expected : int in method public testProxyRequestStallsContentServerIdlesTimeout() : void from class org.eclipse.jetty.proxy.ProxyServletFailureTest | From | To | |
Extract Variable len : int in method public parseResponse(in Input) : Response from class org.eclipse.jetty.http.HttpTester | From | To | |
Extract Method | 5 | ||
Extract Method private readHeader(br BufferedReader) : void extracted from public testStartCompleteThrow() : void in class org.eclipse.jetty.servlet.AsyncContextTest | From | To | |
Extract Method private readHeader(br BufferedReader) : void extracted from public testBadExpire() : void in class org.eclipse.jetty.servlet.AsyncContextTest | From | To | |
Extract Method private readHeader(br BufferedReader) : void extracted from private parseHeader(responseString String) : BufferedReader in class org.eclipse.jetty.servlet.AsyncContextTest | From | To | |
Extract Method private readHeader(br BufferedReader) : void extracted from public testStartFlushCompleteThrow() : void in class org.eclipse.jetty.servlet.AsyncContextTest | From | To | |
Extract Method private readHeader(br BufferedReader) : void extracted from public testExpire() : void in class org.eclipse.jetty.servlet.AsyncContextTest | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type __assumedContentMethods : Set<String> to __assumedContentMethods : Trie<Boolean> in class org.eclipse.jetty.http.HttpGenerator | From | To | |
Rename Parameter | 1 | ||
Rename Parameter _info : MetaData to info : MetaData in method private generateHeaders(info MetaData, header ByteBuffer, content ByteBuffer, last boolean) : void in class org.eclipse.jetty.http.HttpGenerator | From | To |