mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Java: update CSV rows to dot-separated syntax
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)) + " of Argument[0];ReturnValue;value"
|
||||
getComponentSpec(SummaryComponent::content(c)) + "Argument[0].;ReturnValue;value"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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)) + " of ReturnValue;value"
|
||||
getComponentSpec(SummaryComponent::content(c)) + "ReturnValue.;value"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user