6c2a01b74a17471b0b5ead75ea35bd67659454b6
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 18
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method protected isDeliveryTimeout() : boolean renamed to private checkDeliveryTimeout() : boolean in class org.kaaproject.kaa.client.logging.AbstractLogCollector | From | To | |
Change Return Type | 1 | ||
Change Return Type ExecutorService to ScheduledExecutorService in method private getSingleThreadExecutor() : ScheduledExecutorService in class org.kaaproject.kaa.client.context.SingleThreadExecutorContext | From | To | |
Rename Attribute | 2 | ||
Rename Attribute isUsed : boolean to used : boolean in class org.kaaproject.kaa.client.logging.MemoryLogStorage.Bucket | From | To | |
Rename Attribute batch : int to batchSize : int in class org.kaaproject.kaa.client.logging.DefaultLogUploadStrategy | From | To | |
Extract Variable | 1 | ||
Extract Variable timeout : long in method public fillSyncRequest(request LogSyncRequest) : void from class org.kaaproject.kaa.client.logging.AbstractLogCollector | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type executor : ExecutorService to executor : ScheduledExecutorService in class org.kaaproject.kaa.client.logging.DefaultLogCollectorTest | From | To | |
Change Attribute Type singleThreadExecutor : ExecutorService to singleThreadExecutor : ScheduledExecutorService in class org.kaaproject.kaa.client.context.SingleThreadExecutorContext | From | To |