ddc901f7361af765aade8ae8b221344ebef69079
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 2 | ||
| Rename Method protected createDirect(capacity int) : ByteBuffer renamed to protected newByteBuffer(capacity int, direct boolean) : ByteBuffer in class org.eclipse.jetty.io.MappedByteBufferPool | From | To | |
| Rename Method public createIndirect(capacity int) : ByteBuffer renamed to protected newByteBuffer(capacity int, direct boolean) : ByteBuffer in class org.eclipse.jetty.io.MappedByteBufferPool.Tagged | From | To |