From e4bf548fd88eef76013438077a416637bc41ce37 Mon Sep 17 00:00:00 2001 From: Oliver Heger Date: Wed, 16 Oct 2024 09:32:03 +0200 Subject: [PATCH] chore(services): Drop an obsolete TODO comment `IssueService` no longer needs a separate query for the issues created by the Scanner. After the latest refactoring, they are assigned to an ORT run and are therefore retrieved together with other issues. Signed-off-by: Oliver Heger --- services/hierarchy/src/main/kotlin/IssueService.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/hierarchy/src/main/kotlin/IssueService.kt b/services/hierarchy/src/main/kotlin/IssueService.kt index bfb9e4851..f3bcc1b7a 100644 --- a/services/hierarchy/src/main/kotlin/IssueService.kt +++ b/services/hierarchy/src/main/kotlin/IssueService.kt @@ -45,8 +45,6 @@ import org.jetbrains.exposed.sql.innerJoin /** * A service to manage and get information about issues. - * - * TODO: Add a query to collect the issues during a scanner run and add it to the combined query. */ class IssueService(private val db: Database) { suspend fun listForOrtRunId(