We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6767d44 commit dc86b7fCopy full SHA for dc86b7f
1 file changed
plugins/advisors/api/src/main/kotlin/AdviceProvider.kt
@@ -30,7 +30,8 @@ import org.ossreviewtoolkit.plugins.api.Plugin
30
*/
31
interface AdviceProvider : Plugin {
32
/**
33
- * For a given set of [Package]s, retrieve findings and return a map that associates packages with [AdvisorResult]s.
+ * For a given set of [packages], retrieve findings and return a map of only those packages that actually have
34
+ * findings associated with an [AdvisorResult].
35
36
suspend fun retrievePackageFindings(packages: Set<Package>): Map<Package, AdvisorResult>
37
0 commit comments