We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cfc33 commit 4050801Copy full SHA for 4050801
java/ql/consistency-queries/diags.ql
@@ -1,12 +1,12 @@
1
import semmle.code.java.Diagnostics
2
3
/*
4
-This query fails if any unexpected diagnostics are recorded in the
5
-database. By putting
6
- // Diagnostic Matches: PAT
7
-in any source files, you can declare that diagnostics matching PAT
8
-(in the string.matches(string) sense) are expected.
9
-*/
+ * This query fails if any unexpected diagnostics are recorded in the
+ * database. By putting
+ * // Diagnostic Matches: PAT
+ * in any source files, you can declare that diagnostics matching PAT
+ * (in the string.matches(string) sense) are expected.
+ */
10
11
class DiagnosticException extends Top {
12
string pattern;
0 commit comments