Files
codeql/java/ql/test/library-tests/annotations/SuppressWarnings.ql
2018-08-30 10:48:05 +01:00

5 lines
116 B
Plaintext

import semmle.code.java.JDKAnnotations
from SuppressWarningsAnnotation swa
select swa, swa.getASuppressedWarning()