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

Annotation Type SuppressWarnings


  • Deprecated. 
    - Use SuppressFBWarnings instead

    @Target(value={TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE,PACKAGE})
     @Retention(value=CLASS)
     @Deprecated
    public @interface SuppressWarnings
    Was used to suppress FindBugs warnings but generates name conflicts with SuppressWarnings.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      java.lang.String justification
      Deprecated. 
       
      java.lang.String[] value
      Deprecated. 
      The set of FindBugs warnings that are to be suppressed by the compiler in the annotated element.
    • Element Detail

      • value

        public abstract java.lang.String[] value
        Deprecated. 
        The set of FindBugs warnings that are to be suppressed by the compiler in the annotated element.
        Default:
        {}
      • justification

        public abstract java.lang.String justification
        Deprecated. 
        Default:
        ""

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.