CodeQL library for Java
codeql/java-all 0.7.5 ( changelog , source )
Search

Member predicate Annotatable :: suppressesWarningsAbout

Holds if this or any enclosing Annotatable has a @SuppressWarnings("<category>") annotation attached to it for the specified category.

predicate suppressesWarningsAbout ( string category )