mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
C#/Java: Some minor variable name changes and QL Doc updates.
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
private import internal.ModelGeneratorUtils
|
||||
private import internal.CaptureModels
|
||||
|
||||
from TargetApi api, string sink
|
||||
where sink = captureSource(api)
|
||||
select sink order by sink
|
||||
from TargetApi api, string source
|
||||
where source = captureSource(api)
|
||||
select source order by source
|
||||
|
||||
@@ -136,7 +136,7 @@ private string parameterAccess(Parameter p) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the model string representation of the parameter node `p`.
|
||||
* Gets the CSV string representation of the parameter node `p`.
|
||||
*/
|
||||
string parameterNodeAsInput(DataFlow::ParameterNode p) {
|
||||
result = parameterAccess(p.asParameter())
|
||||
@@ -145,7 +145,7 @@ string parameterNodeAsInput(DataFlow::ParameterNode p) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the model string represention of the the return node `node`.
|
||||
* Gets the CSV string represention of the the return node `node`.
|
||||
*/
|
||||
string returnNodeAsOutput(ReturnNodeExt node) {
|
||||
if node.getKind() instanceof ValueReturnKind
|
||||
|
||||
Reference in New Issue
Block a user