864849e67ddbc33e455773f2ff7710cf01e40d07
Files Diff
- Added: 7
- Removed: 2
- Renamed: 0
- Modified: 27
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Class | 1 | ||
| Move And Rename Class org.rapidoid.lambda.ResultOrError moved and renamed to org.rapidoid.concurrent.impl.PromiseImpl | From | To | |
| Move Class | 1 | ||
| Move Class org.rapidoid.lambda.Callback moved to org.rapidoid.concurrent.Callback | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute resultOrError : ResultOrError<byte[]> to promise : Promise<byte[]> in class org.rapidoidx.http.client.BlockingHttpClientCallback | From | To | |
| Extract Interface | 1 | ||
| Extract Interface org.rapidoid.concurrent.Promise from classes [org.rapidoid.concurrent.impl.PromiseImpl] | From | To | |
| Extract Method | 1 | ||
| Extract Method public get(timeoutMs long) : T extracted from public get() : T in class org.rapidoid.concurrent.impl.PromiseImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type resultOrError : ResultOrError<byte[]> to promise : Promise<byte[]> in class org.rapidoidx.http.client.BlockingHttpClientCallback | From | To |