7323b19f6ffd80c6f1dda180432a8b9cfb74e124
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Pull Up Attribute | 3 | ||
Pull Up Attribute private _maxQueueLength : int from class org.eclipse.jetty.io.MappedByteBufferPool to private _maxQueueLength : int from class org.eclipse.jetty.io.AbstractByteBufferPool | From | To | |
Pull Up Attribute private _factor : int from class org.eclipse.jetty.io.ArrayByteBufferPool to private _factor : int from class org.eclipse.jetty.io.AbstractByteBufferPool | From | To | |
Pull Up Attribute private _factor : int from class org.eclipse.jetty.io.MappedByteBufferPool to private _factor : int from class org.eclipse.jetty.io.AbstractByteBufferPool | From | To | |
Extract Superclass | 1 | ||
Extract Superclass org.eclipse.jetty.io.AbstractByteBufferPool from classes [org.eclipse.jetty.io.ArrayByteBufferPool, org.eclipse.jetty.io.MappedByteBufferPool] | From | To | |
Rename Attribute | 2 | ||
Rename Attribute directBuffers : ConcurrentMap<Integer,Bucket> to _directBuffers : ConcurrentMap<Integer,Bucket> in class org.eclipse.jetty.io.MappedByteBufferPool | From | To | |
Rename Attribute heapBuffers : ConcurrentMap<Integer,Bucket> to _heapBuffers : ConcurrentMap<Integer,Bucket> in class org.eclipse.jetty.io.MappedByteBufferPool | From | To | |
Extract Variable | 3 | ||
Extract Variable bucket : Bucket in method public clear() : void from class org.eclipse.jetty.io.ArrayByteBufferPool | From | To | |
Extract Variable capacity : int in method public acquire(size int, direct boolean) : ByteBuffer from class org.eclipse.jetty.io.ArrayByteBufferPool | From | To | |
Extract Variable capacity : int in method public release(buffer ByteBuffer) : void from class org.eclipse.jetty.io.MappedByteBufferPool | From | To |