51b23ef68638e5a67ef80acdea878ce84155a25a
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected doWriteObject(out ObjectOutputStream) : void renamed to protected write(out DataOutputStream) : void in class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type out : ObjectOutputStream to out : DataOutputStream in method protected write(out DataOutputStream) : void in class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To | |
Extract Method | 1 | ||
Extract Method protected read(s DataInputStream) : void extracted from protected doReadObject(s ObjectInputStream) : void in class org.nd4j.linalg.api.buffer.BaseDataBuffer | From | To |