Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 21da5c95 authored by Malo Toudic's avatar Malo Toudic
Browse files

Update mapper after GVT update

parent 8037621e
No related branches found
No related tags found
1 merge request!47Bugfix/ilw gvt validation fixes
......@@ -83,12 +83,7 @@ public class GVTtoGazelleValidationReportMapper {
}
} else if (WARNING.equals(entry.getClassification())) {
String temp = getAssertion(entry.getCategory());
if (entry.getDescription().contains(RE_PROFILE_EXCEPTION_DESCRIPTION) || "EXCLUDED_FROM_VALIDATION".equals(temp)) {
addWarning(vr,entry);
} else {
addProfileException(vr, entry);
}
addWarning(vr,entry);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment