We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update variable mapping algorithm in response processing.
Cli 11 step 77 Response: { "out":"PrintWriter_instance.out", "out.buf":"PrintWriter_instance.out.buf", "out.buf.value":"PrintWriter_instance.out.buf.value" } The PrintWriter_instance.out, PrintWriter_instance.out.buf, PrintWriter_instance.out.buf.value fields should be added.
{ "out":"PrintWriter_instance.out", "out.buf":"PrintWriter_instance.out.buf", "out.buf.value":"PrintWriter_instance.out.buf.value" }
PrintWriter_instance.out
PrintWriter_instance.out.buf
PrintWriter_instance.out.buf.value
Cli 11 step 126 Response: { "out.buf.toStringCache":"buff.toStringCache" } The "out.buf":"buff" relationship is not captured.
{ "out.buf.toStringCache":"buff.toStringCache" }
"out.buf":"buff"
This issue is related to #9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
Update variable mapping algorithm in response processing.
Examples
Cli 11 step 77
Response:
{ "out":"PrintWriter_instance.out", "out.buf":"PrintWriter_instance.out.buf", "out.buf.value":"PrintWriter_instance.out.buf.value" }
The
PrintWriter_instance.out
,PrintWriter_instance.out.buf
,PrintWriter_instance.out.buf.value
fields should be added.Cli 11 step 126
Response:
{ "out.buf.toStringCache":"buff.toStringCache" }
The
"out.buf":"buff"
relationship is not captured.Note
This issue is related to #9
The text was updated successfully, but these errors were encountered: