edu.umd.cs.findbugs.annotations
Annotation Type DesireNoWarning


@Retention(value=CLASS)
public @interface DesireNoWarning

Annotation indicating that no FindBugs warning of the specified type is not desired. See http://code.google.com/p/findbugs/wiki/FindbugsTestCases

Author:
David Hovemeyer

Required Element Summary
 String value
          The value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that is desired to not be reported
 
Optional Element Summary
 Confidence confidence
          Want no warning at this priority or higher
 Priority priority
          Deprecated. 
 

Element Detail

value

public abstract String value
The value indicates the bug code (e.g., NP) or bug pattern (e.g., IL_INFINITE_LOOP) that is desired to not be reported

priority

@Deprecated
public abstract Priority priority
Deprecated. 

Default:
edu.umd.cs.findbugs.annotations.Priority.LOW

confidence

public abstract Confidence confidence
Want no warning at this priority or higher

Default:
edu.umd.cs.findbugs.annotations.Confidence.LOW


Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.