|
Rename Parameter minSize : int to minCapacity : int in method public ArrayByteBufferPool(minCapacity int, factor int, maxCapacity int, maxQueueLength int) in class org.eclipse.jetty.io.ArrayByteBufferPool |
From |
To |
|
Rename Parameter bufferSize : int to capacity : int in method public Bucket(pool ByteBufferPool, capacity int, maxSize int) in class org.eclipse.jetty.io.ByteBufferPool.Bucket |
From |
To |
|
Rename Parameter maxQueue : int to maxQueueLength : int in method public MappedByteBufferPool(factor int, maxQueueLength int) in class org.eclipse.jetty.io.MappedByteBufferPool |
From |
To |
|
Rename Parameter increment : int to factor : int in method public ArrayByteBufferPool(minCapacity int, factor int, maxCapacity int) in class org.eclipse.jetty.io.ArrayByteBufferPool |
From |
To |
|
Rename Parameter maxSize : int to maxCapacity : int in method public ArrayByteBufferPool(minCapacity int, factor int, maxCapacity int) in class org.eclipse.jetty.io.ArrayByteBufferPool |
From |
To |
|
Rename Parameter minSize : int to minCapacity : int in method public ArrayByteBufferPool(minCapacity int, factor int, maxCapacity int) in class org.eclipse.jetty.io.ArrayByteBufferPool |
From |
To |
|
Rename Parameter size : int to capacity : int in method private bucketFor(capacity int, direct boolean) : ByteBufferPool.Bucket in class org.eclipse.jetty.io.ArrayByteBufferPool |
From |
To |
|
Rename Parameter maxSize : int to maxCapacity : int in method public ArrayByteBufferPool(minCapacity int, factor int, maxCapacity int, maxQueueLength int) in class org.eclipse.jetty.io.ArrayByteBufferPool |
From |
To |