mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
import semmle.code.java.JDKAnnotations
|
|
|
|
from SuppressWarningsAnnotation swa
|
|
select swa, swa.getASuppressedWarning()
|