f2a3bd8f05bc4fc12e8f3746f2be4a6d50f95ec9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable type : int to frameType : int in method protected parseHeader(buffer ByteBuffer) : boolean in class org.eclipse.jetty.http2.parser.Parser | From | To | |
Extract Variable | 1 | ||
Extract Variable frameType : FrameType in method protected parseBody(buffer ByteBuffer) : boolean from class org.eclipse.jetty.http2.parser.Parser | From | To | |
Extract Method | 3 | ||
Extract Method protected getFrameType() : int extracted from public parse(buffer ByteBuffer) : void in class org.eclipse.jetty.http2.parser.Parser | From | To | |
Extract Method protected parseBody(buffer ByteBuffer) : boolean extracted from public parse(buffer ByteBuffer) : void in class org.eclipse.jetty.http2.parser.Parser | From | To | |
Extract Method protected parseHeader(buffer ByteBuffer) : boolean extracted from public parse(buffer ByteBuffer) : void in class org.eclipse.jetty.http2.parser.Parser | From | To |