0296c446ceea0bb527d72d95c2a5f27a366f89ed
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public getErrorCode() : ErrorCode renamed to public getError() : Error in class org.apache.coyote.http2.Http2Exception | From | To | |
Rename Method public getErrorCodeBytes() : byte[] renamed to public getCodeBytes() : byte[] in class org.apache.coyote.http2.Error | From | To | |
Rename Method public getErrorCode() : long renamed to public getCode() : long in class org.apache.coyote.http2.Error | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type errorCode : ErrorCode to errorCode : Error in method private State(connectionErrorForInvalidFrame boolean, errorCode Error, frameTypes FrameType...) in class org.apache.coyote.http2.StreamStateMachine.State | From | To | |
Change Parameter Type errorCode : ErrorCode to error : Error in method public Http2Exception(msg String, streamId int, error Error) in class org.apache.coyote.http2.Http2Exception | From | To | |
Rename Variable | 1 | ||
Rename Variable errorCodeByte : byte[] to codeByte : byte[] in method public getCodeBytes() : byte[] in class org.apache.coyote.http2.Error | From | To | |
Change Return Type | 1 | ||
Change Return Type ErrorCode to Error in method public getError() : Error in class org.apache.coyote.http2.Http2Exception | From | To | |
Rename Class | 1 | ||
Rename Class org.apache.coyote.http2.ErrorCode renamed to org.apache.coyote.http2.Error | From | To | |
Rename Attribute | 2 | ||
Rename Attribute errorCode : ErrorCode to error : Error in class org.apache.coyote.http2.Http2Exception | From | To | |
Rename Attribute errorCode : long to code : long in class org.apache.coyote.http2.Error | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type errorCodeForInvalidFrame : ErrorCode to errorCodeForInvalidFrame : Error in class org.apache.coyote.http2.StreamStateMachine.State | From | To | |
Change Attribute Type errorCode : ErrorCode to error : Error in class org.apache.coyote.http2.Http2Exception | From | To | |
Rename Parameter | 2 | ||
Rename Parameter errorCode : long to code : long in method private Error(code long) in class org.apache.coyote.http2.Error | From | To | |
Rename Parameter errorCode : ErrorCode to error : Error in method public Http2Exception(msg String, streamId int, error Error) in class org.apache.coyote.http2.Http2Exception | From | To |