4069f5b7b4881010f4d36953049c2651f65d12d3
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getMaxRequestHistoryUpdatesPerRequestInZkWhenNoDatabase() : Optional<Integer> renamed to public getMaxRequestsWithHistoryInZkWhenNoDatabase() : Optional<Integer> in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Rename Method public setMaxRequestHistoryUpdatesPerRequestInZkWhenNoDatabase(maxRequestHistoryUpdatesPerRequestInZkWhenNoDatabase Optional<Integer>) : void renamed to public setMaxRequestsWithHistoryInZkWhenNoDatabase(maxRequestsWithHistoryInZkWhenNoDatabase Optional<Integer>) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type object : SingularityRequestHistory to object : SingularityRequestHistoryParent in method protected moveToHistory(object SingularityRequestHistoryParent) : boolean in class com.hubspot.singularity.data.history.SingularityRequestHistoryPersister | From | To | |
Change Parameter Type object : SingularityRequestHistory to object : SingularityRequestHistoryParent in method protected purgeFromZk(object SingularityRequestHistoryParent) : SingularityDeleteResult in class com.hubspot.singularity.data.history.SingularityRequestHistoryPersister | From | To | |
Rename Variable | 2 | ||
Rename Variable object : SingularityRequestHistory to requestHistory : SingularityRequestHistory in method protected moveToHistory(object SingularityRequestHistoryParent) : boolean in class com.hubspot.singularity.data.history.SingularityRequestHistoryPersister | From | To | |
Rename Variable requestIds : List<String> to requestHistoryParents : List<SingularityRequestHistoryParent> in method public runActionOnPoll() : void in class com.hubspot.singularity.data.history.SingularityRequestHistoryPersister | From | To | |
Rename Attribute | 1 | ||
Rename Attribute maxRequestHistoryUpdatesPerRequestInZkWhenNoDatabase : Optional<Integer> to maxRequestsWithHistoryInZkWhenNoDatabase : Optional<Integer> in class com.hubspot.singularity.config.SingularityConfiguration | From | To | |
Change Variable Type | 1 | ||
Change Variable Type requestIds : List<String> to requestHistoryParents : List<SingularityRequestHistoryParent> in method public runActionOnPoll() : void in class com.hubspot.singularity.data.history.SingularityRequestHistoryPersister | From | To | |
Inline Variable | 1 | ||
Inline Variable requestHistoryItems : List<SingularityRequestHistory> in method public testRequestCountPurging() : void from class com.hubspot.singularity.scheduler.HistoryPersisterTest | From | To | |
Rename Parameter | 1 | ||
Rename Parameter maxRequestHistoryUpdatesPerRequestInZkWhenNoDatabase : Optional<Integer> to maxRequestsWithHistoryInZkWhenNoDatabase : Optional<Integer> in method public setMaxRequestsWithHistoryInZkWhenNoDatabase(maxRequestsWithHistoryInZkWhenNoDatabase Optional<Integer>) : void in class com.hubspot.singularity.config.SingularityConfiguration | From | To |