6fe62b9c68c3cff74d45e0eae823e635847d7016
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public from(throwable Throwable) : AlluxioStatusException renamed to public fromThrowable(t Throwable) : AlluxioStatusException in class alluxio.exception.status.AlluxioStatusException | From | To | |
Rename Method private validateRequest(msg RPCProtoMessage) : void renamed to private validateWriteRequest(request Protocol.WriteRequest, payload DataBuffer) : void in class alluxio.worker.netty.DataServerWriteHandler | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type e : Exception to e : AlluxioStatusException in method private replyError(e AlluxioStatusException) : void in class alluxio.worker.netty.DataServerReadHandler.PacketReader | From | To | |
Extract Method | 1 | ||
Extract Method public fromCheckedException(throwable Throwable) : AlluxioStatusException extracted from public from(throwable Throwable) : AlluxioStatusException in class alluxio.exception.status.AlluxioStatusException | From | To | |
Rename Parameter | 1 | ||
Rename Parameter throwable : Throwable to t : Throwable in method public fromThrowable(t Throwable) : AlluxioStatusException in class alluxio.exception.status.AlluxioStatusException | From | To |