Documentation of 'edu.umd.cs.findbugs.annotations.SuppressFBWarnings' Java class
SuppressFBWarnings
edu.umd.cs.findbugs.annotations

Annotation Type SuppressFBWarnings



  • @Retention(value=CLASS)
    public @interface SuppressFBWarnings
    Used to suppress FindBugs warnings. It should be used instead of SuppressWarnings to avoid conflicts with SuppressWarnings.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      java.lang.String justification
      Optional documentation of the reason why the warning is suppressed
      java.lang.String[] value
      The set of FindBugs warnings that are to be suppressed in annotated element.
    • Element Detail

      • value

        public abstract java.lang.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.
        Default:
        {}
      • justification

        public abstract java.lang.String justification
        Optional documentation of the reason why the warning is suppressed
        Default:
        ""

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.