2448bd26e61fdc8113283a75cb4602e622104951
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 8
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type message : byte[] to message : ByteBuffer in method public digest(message ByteBuffer) : byte[] in class org.asynchttpclient.oauth.ThreadSafeHMAC | From | To | |
Change Return Type | 1 | ||
Change Return Type String to byte[] in method public urlEncodeFormParams(params List<Param>, charset Charset) : byte[] in class org.asynchttpclient.util.AsyncHttpProviderUtils | From | To | |
Extract Method | 1 | ||
Extract Method private urlEncodeFormParams0(params List<Param>) : StringBuilder extracted from public urlEncodeFormParams(params List<Param>) : String in class org.asynchttpclient.util.AsyncHttpProviderUtils | From | To |