081df8542054c9f6efdf6bb96314364bdb8b9368
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private applyTaskIdHistoryBaseQuery(sqlBuilder StringBuilder, binds Map<String,Object>, requestId Optional<String>, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>) : void extracted from public getTaskIdHistory(requestId Optional<String>, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>, orderDirection Optional<OrderDirection>, limitStart Optional<Integer>, limitCount Integer) : List<SingularityTaskIdHistory> in class com.hubspot.singularity.data.history.HistoryJDBI | From | To | |
Extract Method private applyTaskIdHistoryBaseQuery(sqlBuilder StringBuilder, binds Map<String,Object>, requestId Optional<String>, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>) : void extracted from public getTaskIdHistoryCount(requestId Optional<String>, deployId Optional<String>, host Optional<String>, lastTaskStatus Optional<ExtendedTaskState>, startedBefore Optional<Long>, startedAfter Optional<Long>) : int in class com.hubspot.singularity.data.history.HistoryJDBI | From | To |