2e044db854975049632f2f9c1d97160ecabb6336
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type rawValue : String to wrap : boolean in method public newValidCookie(name String, value String, wrap boolean, domain String, path String, expires long, maxAge int, secure boolean, httpOnly boolean) : Cookie in class org.asynchttpclient.cookie.Cookie | From | To | |
| Change Parameter Type rawValue : String to wrap : boolean in method public Cookie(name String, value String, wrap boolean, domain String, path String, expires long, maxAge int, secure boolean, httpOnly boolean) in class org.asynchttpclient.cookie.Cookie | From | To | |
| Rename Variable | 2 | ||
| Rename Variable rawValueStart : int to valueBegin : int in method public decode(header String) : Cookie in class org.asynchttpclient.cookie.CookieDecoder | From | To | |
| Rename Variable newValueStart : int to valueEnd : int in method public decode(header String) : Cookie in class org.asynchttpclient.cookie.CookieDecoder | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.asynchttpclient.cookie.KeyValuePairsParser moved and renamed to org.asynchttpclient.cookie.CookieDecoder.CookieBuilder | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute rawValue : String to wrap : boolean in class org.asynchttpclient.cookie.CookieDecoder.CookieBuilder | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type rawValue : String to wrap : boolean in class org.asynchttpclient.cookie.CookieDecoder.CookieBuilder | From | To | |
| Rename Parameter | 2 | ||
| Rename Parameter rawValue : String to wrap : boolean in method public Cookie(name String, value String, wrap boolean, domain String, path String, expires long, maxAge int, secure boolean, httpOnly boolean) in class org.asynchttpclient.cookie.Cookie | From | To | |
| Rename Parameter rawValue : String to wrap : boolean in method public newValidCookie(name String, value String, wrap boolean, domain String, path String, expires long, maxAge int, secure boolean, httpOnly boolean) : Cookie in class org.asynchttpclient.cookie.Cookie | From | To |