Java: Initial implementation of content based model generation.

This commit is contained in:
Michael Nebel
2024-08-26 14:58:56 +02:00
parent 4bdf21b022
commit 6365e5edff
4 changed files with 183 additions and 9 deletions

View File

@@ -0,0 +1,13 @@
/**
* @name Capture field based summary models.
* @description Finds applicable field based summary models to be used by other queries.
* @kind diagnostic
* @id java/utils/modelgenerator/fieldbased-summary-models
* @tags modelgenerator
*/
import internal.CaptureModels
from DataFlowSummaryTargetApi api, string flow
where flow = captureContentFlow(api)
select flow order by flow