aac9568a30e133dad5633dd22f0a43f58346513f
Files Diff
- Added: 0
- Removed: 1
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable inputLength : int to chunkSize : int in method private compress(entry FrameEntry, first boolean) : void in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.Flusher | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private NOWRAP : boolean in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension | From | To | |
Rename Attribute | 2 | ||
Rename Attribute decompressor : Inflater to inflater : Inflater in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension | From | To | |
Rename Attribute compressor : Deflater to deflater : Deflater in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension | From | To | |
Extract Variable | 1 | ||
Extract Variable needsCompress : boolean in method private compress(entry FrameEntry, first boolean) : void from class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.Flusher | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method private supplyInput(inflater Inflater, buf ByteBuffer) : boolean extracted from private compress(entry FrameEntry, first boolean) : void in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.Flusher & moved to class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension | From | To | |
Extract And Move Method public endsWithTail(buf ByteBuffer) : boolean extracted from private compress(entry FrameEntry, first boolean) : void in class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension.Flusher & moved to class org.eclipse.jetty.websocket.common.extensions.compress.CompressExtension | From | To |