Skip to content

Commit

Permalink
chore(services): Drop an obsolete TODO comment
Browse files Browse the repository at this point in the history
`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 <oliver.heger@bosch.io>
  • Loading branch information
oheger-bosch committed Oct 17, 2024
1 parent 10766a8 commit e4bf548
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/hierarchy/src/main/kotlin/IssueService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit e4bf548

Please sign in to comment.