Apply suggestions from code review

Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com>
Co-authored-by: Chad Bentz <1760475+felickz@users.noreply.github.com>
This commit is contained in:
Chris Smowton
2024-06-25 15:59:49 +01:00
parent f397ab2d72
commit d43762cae3

View File

@@ -24,8 +24,8 @@ class DbQualityDiagnostic extends TDbQualityDiagnostic {
result =
"There were significant issues scanning Java code. " +
"This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- "
+ "see other CodeQL diagnostics reported here for more details of possible causes. " +
"This may lead to false-positive or missing results. Consider analysing Java using the `autobuild` or `manual` build modes."
+ "see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. " +
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java using either the `autobuild` or `manual` build modes."
}
}