bc900e0100de9879604b93af4722c272ab3d1a24
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method private getRsv(uncompressedMessagePart MessagePart) : int renamed to private createNewCompressedMessagePart(uncompressedMessagePart MessagePart, fin boolean, compressedPayload ByteBuffer) : MessagePart in class org.apache.tomcat.websocket.PerMessageDeflate | From | To | |
| Rename Variable | 1 | ||
| Rename Variable result : int to rsv : int in method private createNewCompressedMessagePart(uncompressedMessagePart MessagePart, fin boolean, compressedPayload ByteBuffer) : MessagePart in class org.apache.tomcat.websocket.PerMessageDeflate | From | To | |
| Change Return Type | 1 | ||
| Change Return Type int to MessagePart in method private createNewCompressedMessagePart(uncompressedMessagePart MessagePart, fin boolean, compressedPayload ByteBuffer) : MessagePart in class org.apache.tomcat.websocket.PerMessageDeflate | From | To | |
| Inline Variable | 1 | ||
| Inline Variable opCode : byte in method public sendMessagePart(uncompressedParts List<MessagePart>) : List<MessagePart> from class org.apache.tomcat.websocket.PerMessageDeflate | From | To |