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
Greetings!
We've checked your source code and found some suspicious part. Maybe this code never executes but a bug is a bug)
https://github.com/Microsoft/deployr-rserve/blob/8b75ec4296399926df230fc5db66e45e17e9dc82/Rserve/src/client/java-old/REXP.java#L1040
if (s.indexOf('\\')>=0) s.replaceAll("\\","\\\\"); if (s.indexOf('"')>=0) s.replaceAll("\"", "\\\"");
The value of variable s doesn't change
This bug is found by Echelon team with AppChecker static analyzer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Greetings!
We've checked your source code and found some suspicious part. Maybe this code never executes but a bug is a bug)
https://github.com/Microsoft/deployr-rserve/blob/8b75ec4296399926df230fc5db66e45e17e9dc82/Rserve/src/client/java-old/REXP.java#L1040
The value of variable s doesn't change
This bug is found by Echelon team with AppChecker static analyzer
The text was updated successfully, but these errors were encountered: