Skip to content

Commit 80cb908

Browse files
committed
Amend message
1 parent 567ba9f commit 80cb908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ private newtype TDbQualityDiagnostic =
2222
class DbQualityDiagnostic extends TDbQualityDiagnostic {
2323
string toString() {
2424
result =
25-
"There were significant issues scanning Java code. " +
25+
"Scanning Java code completed successfully, but the scan encountered issues. " +
2626
"This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- "
2727
+
2828
"see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. "
2929
+
30-
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java "
30+
"Addressing these warnings is advisable to avoid false-positive or missing results. If they cannot be addressed, consider scanning Java "
3131
+
3232
"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)."
3333
}

0 commit comments

Comments
 (0)