16933f8df27d5f0b37632de794e685aa5b73cb77
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable directMap : ConcurrentMap<Integer,Bucket> to buckets : ConcurrentMap<Integer,Bucket> in method public testMaxMemory() : void in class org.eclipse.jetty.io.MappedByteBufferPoolTest | From | To | |
Change Return Type | 1 | ||
Change Return Type boolean to void in method protected incrementMemory(buffer ByteBuffer) : void in class org.eclipse.jetty.io.AbstractByteBufferPool | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _space : AtomicInteger to _size : AtomicInteger in class org.eclipse.jetty.io.ByteBufferPool.Bucket | From | To | |
Extract Variable | 2 | ||
Extract Variable direct : boolean in method public release(buffer ByteBuffer) : void from class org.eclipse.jetty.io.MappedByteBufferPool | From | To | |
Extract Variable direct : boolean in method public release(buffer ByteBuffer) : void from class org.eclipse.jetty.io.ArrayByteBufferPool | From | To | |
Inline Variable | 1 | ||
Inline Variable direct : boolean in method protected incrementMemory(buffer ByteBuffer) : boolean from class org.eclipse.jetty.io.AbstractByteBufferPool | From | To | |
Extract Method | 2 | ||
Extract Method private updateMemory(buffer ByteBuffer, addOrSub boolean) : void extracted from protected incrementMemory(buffer ByteBuffer) : boolean in class org.eclipse.jetty.io.AbstractByteBufferPool | From | To | |
Extract Method private updateMemory(buffer ByteBuffer, addOrSub boolean) : void extracted from protected decrementMemory(buffer ByteBuffer) : void in class org.eclipse.jetty.io.AbstractByteBufferPool | From | To |