JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
com.oracle.truffle.js.runtime
SuppressFBWarnings
Contents
Description
Required Element Summary
Element Details
value
justification
Hide sidebar
Show sidebar
Annotation Interface SuppressFBWarnings
public @interface
SuppressFBWarnings
Used to suppress
FindBugs
warnings.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
justification
Reason why the warning is suppressed.
String
[]
value
The set of FindBugs
warnings
that are to be suppressed in annotated element.
Element Details
value
String
[]
value
The set of FindBugs
warnings
that are to be suppressed in annotated element. The value can be a bug category, kind or pattern.
justification
String
justification
Reason why the warning is suppressed.