| 80 | static constexpr int COLUMN_CWE = 12; |
| 81 | |
| 82 | static QString getGuideline(ReportType reportType, const std::map<std::string, std::string> &guidelineMapping, |
| 83 | const QString& errorId, Severity severity) { |
| 84 | return QString::fromStdString(getGuideline(errorId.toStdString(), |
| 85 | reportType, guidelineMapping, |
| 86 | severity)); |
| 87 | } |
| 88 | |
| 89 | static QString getClassification(ReportType reportType, const QString& guideline) { |
| 90 | return QString::fromStdString(getClassification(guideline.toStdString(), reportType)); |
no outgoing calls
no test coverage detected