Amend message

This commit is contained in:
Chris Smowton
2024-06-25 22:25:43 +01:00
parent 567ba9f9c3
commit 80cb908289

View File

@@ -22,12 +22,12 @@ private newtype TDbQualityDiagnostic =
class DbQualityDiagnostic extends TDbQualityDiagnostic {
string toString() {
result =
"There were significant issues scanning Java code. " +
"Scanning Java code completed successfully, but the scan encountered issues. " +
"This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- "
+
"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 "
"Addressing these warnings is advisable to avoid false-positive or missing results. If they cannot be addressed, consider scanning Java "
+
"using either the `autobuild` or `manual` [build modes](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#comparison-of-the-build-modes)."
}