Merge branch 'jacoco_parser_crash' into release-3.14

Merge-request: !3147
This commit is contained in:
Brad King
2019-03-27 14:20:45 -04:00

View File

@@ -29,6 +29,7 @@ protected:
this->PackageName = atts[1];
this->PackagePath.clear();
} else if (name == "sourcefile") {
this->FilePath.clear();
std::string fileName = atts[1];
if (this->PackagePath.empty()) {