mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Java: Fix some minor bugs in the CSV printing of summaries for flow test generation.
This commit is contained in:
@@ -164,8 +164,8 @@ private class DefaultGetMethod extends GetMethod {
|
||||
|
||||
override string getCsvModel() {
|
||||
result =
|
||||
"generatedtest;Test;false;" + this.getName() + ";(Object);;" +
|
||||
getComponentSpec(SummaryComponent::content(c)) + "Argument[0].;ReturnValue;value;manual"
|
||||
"generatedtest;Test;false;" + this.getName() + ";(Object);;Argument[0]." +
|
||||
getComponentSpec(SummaryComponent::content(c)) + ";ReturnValue;value;manual"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -360,8 +360,8 @@ private class DefaultGenMethod extends GenMethod {
|
||||
|
||||
override string getCsvModel() {
|
||||
result =
|
||||
"generatedtest;Test;false;" + this.getName() + ";(Object);;Argument[0];" +
|
||||
getComponentSpec(SummaryComponent::content(c)) + "ReturnValue.;value;manual"
|
||||
"generatedtest;Test;false;" + this.getName() + ";(Object);;Argument[0];ReturnValue." +
|
||||
getComponentSpec(SummaryComponent::content(c)) + ";value;manual"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user