ffcedde60a059b53d0b1613416f049ece8a68b5a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public addChunk(buf byte[], offset int, length int) : void renamed to public copyChunk(buf byte[], offset int, length int) : void in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type chunks : List<Chunk> to chunks : List<byte[]> in class org.eclipse.jetty.websocket.common.extensions.compress.ByteAccumulator | From | To |