C#/Java: Rename the directories containing the model generator and tests.

This commit is contained in:
Michael Nebel
2022-12-20 13:55:29 +01:00
parent 178fd0e9e1
commit 787b4743ee
61 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
/**
* @name Capture source models.
* @description Finds APIs that act as sources as they expose already known sources.
* @kind diagnostic
* @id java/utils/modelgenerator/source-models
* @tags modelgenerator
*/
import utils.modelgenerator.internal.CaptureModels
class Activate extends ActiveConfiguration {
override predicate activateFromSourceConfig() { any() }
}
from DataFlowTargetApi api, string source
where source = captureSource(api)
select source order by source