b8e35888876125c8ffeda7428ffe2da09fa3c8bd
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public writeByteArrayNoLength(val byte[]) : void renamed to public writeByteArray(val byte[], off int, len int) : void in class org.gridgain.grid.util.direct.GridTcpCommunicationByteBufferStream | From | To | |
Extract Method | 1 | ||
Extract Method private readArray(creator ArrayCreator<T>, lenShift int, off long, len int) : T extracted from private readArray(creator ArrayCreator<T>, lenShift int, off long) : T in class org.gridgain.grid.util.direct.GridTcpCommunicationByteBufferStream | From | To |