File tree 3 files changed +41
-41
lines changed
3 files changed +41
-41
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ std::string digTitle(const TScanProps &props) {
128
128
129
129
it = props.find (" diffbase-project-name" );
130
130
if (NA != it) {
131
- title += " - defects not occurring in " ;
131
+ title += " - findings not occurring in " ;
132
132
title += it->second ;
133
133
}
134
134
@@ -296,7 +296,7 @@ void HtmlWriterCore::writeHeaderOnce(
296
296
writeScanProps (str_, props);
297
297
298
298
// initialize the section for defects
299
- HtmlLib::initSection (str_, " List of Defects " );
299
+ HtmlLib::initSection (str_, " List of Findings " );
300
300
HtmlLib::initPre (str_);
301
301
302
302
headerWritten_ = true ;
@@ -399,11 +399,11 @@ void HtmlWriter::setDiffBase(
399
399
: it->second ;
400
400
401
401
if (projName.empty ()) {
402
- d->newDefMsg = " newly introduced defect " ;
402
+ d->newDefMsg = " newly introduced finding " ;
403
403
return ;
404
404
}
405
405
406
- d->newDefMsg += " defect not occurring in <b>" ;
406
+ d->newDefMsg += " finding not occurring in <b>" ;
407
407
d->newDefMsg += projName;
408
408
d->newDefMsg += " </b>" ;
409
409
}
You can’t perform that action at this time.
0 commit comments