mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Java: Update java models with provenance column information.
This commit is contained in:
@@ -165,7 +165,7 @@ private class DefaultGetMethod extends GetMethod {
|
||||
override string getCsvModel() {
|
||||
result =
|
||||
"generatedtest;Test;false;" + this.getName() + ";(Object);;" +
|
||||
getComponentSpec(SummaryComponent::content(c)) + "Argument[0].;ReturnValue;value"
|
||||
getComponentSpec(SummaryComponent::content(c)) + "Argument[0].;ReturnValue;value;manual"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -361,7 +361,7 @@ private class DefaultGenMethod extends GenMethod {
|
||||
override string getCsvModel() {
|
||||
result =
|
||||
"generatedtest;Test;false;" + this.getName() + ";(Object);;Argument[0];" +
|
||||
getComponentSpec(SummaryComponent::content(c)) + "ReturnValue.;value"
|
||||
getComponentSpec(SummaryComponent::content(c)) + "ReturnValue.;value;manual"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user