@Retention(value=CLASS) public @interface SuppressFBWarnings
@SuppressFBWarnings( value = { "SQL_INJECTION_JDBC", "SQL_NONCONSTANT_STRING_PASSED_TO_EXECUTE" }, justification = "Statement constructed from well controlled inputs.") @SuppressFBWarnings( value = "WEAK_MESSAGE_DIGEST_MD5", justification = "Uncritical fingerprint for cache busting.")
Modifier and Type | Optional Element and Description |
---|---|
String |
justification
Optional documentation of the reason why the warning is suppressed
|
String[] |
value
The set of FindBugs/Spotbugs warnings that are to be suppressed in the
annotated element.
|
public abstract String[] value
public abstract String justification
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.