Commit 494c027
Add CodeQL suppression for intentional string identity comparison
The lgtm[java/reference-equality-on-strings] comment suppresses CodeQL
for the ABSENT_SENTINEL identity check. Java's @SuppressWarnings is not
honored by CodeQL's analysis engine.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: c4e523e3-9d39-4598-90ec-54d959c44ce81 parent 60bee63 commit 494c027
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments