You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,11 @@ class DbQualityDiagnostic extends TDbQualityDiagnostic {
24
24
result=
25
25
"There were significant issues scanning Java code. "+
26
26
"This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- "
27
-
+"see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. "+
28
-
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java "+
27
+
+
28
+
"see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. "
29
+
+
30
+
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java "
31
+
+
29
32
"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)."
0 commit comments