Skip to content

Commit d43762c

Browse files
smowtonsaritaifelickz
committed
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>
1 parent f397ab2 commit d43762c

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
@@ -24,8 +24,8 @@ class DbQualityDiagnostic extends TDbQualityDiagnostic {
2424
result =
2525
"There were significant issues scanning Java code. " +
2626
"This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- "
27-
+ "see other CodeQL diagnostics reported here for more details of possible causes. " +
28-
"This may lead to false-positive or missing results. Consider analysing Java using the `autobuild` or `manual` build modes."
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 using either the `autobuild` or `manual` build modes."
2929
}
3030
}
3131

0 commit comments

Comments
 (0)