We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d128f commit 7a80e05Copy full SHA for 7a80e05
cli/cppcheckexecutor.cpp
@@ -119,7 +119,7 @@ namespace {
119
for (const auto& location : finding.callStack) {
120
picojson::object physicalLocation;
121
picojson::object artifactLocation;
122
- artifactLocation["uri"] = picojson::value(location.getOrigFile(false));
+ artifactLocation["uri"] = picojson::value(location.getfile(false));
123
physicalLocation["artifactLocation"] = picojson::value(artifactLocation);
124
picojson::object region;
125
region["startLine"] = picojson::value(static_cast<int64_t>(location.line));
0 commit comments