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.
newDefect
1 parent fe7896a commit e482bd7Copy full SHA for e482bd7
src/lib/writer-html.cc
@@ -62,7 +62,7 @@ namespace HtmlLib {
62
.infoEvent { color:#808080; }
63
.infoEventComment { color:#00C0C0; }
64
.traceEvent { color: #C0C0C0; }
65
- .newDefect { color: #00FF00; }
+ .newFinding { color: #00FF00; }
66
.parseWarning { color: #FF0000; }
67
.impFlag { color: #FF0000; font-weight: bold; }
68
#scanProps { font-family: monospace; }
@@ -462,7 +462,7 @@ void HtmlWriter::Private::writeNewDefWarning(const Defect &def)
462
return;
463
464
// a newly introduced defect
465
- this->str << " <span class='newDefect'>[<b>warning:</b> "
+ this->str << " <span class='newFinding'>[<b>warning:</b> "
466
<< this->newDefMsg << "]</span>";
467
}
468
0 commit comments