edu.umd.cs.findbugs.props

Interface WarningProperty

public interface WarningProperty

Interface that all warning property enumerations are expected to implement.

Author: David Hovemeyer

Method Summary
abstract StringgetName()
Get the fully qualified name of the property.
abstract PriorityAdjustmentgetPriorityAdjustment()
Get the priority adjustment: i.e., the effect that this warning property is expected to have on the likelihood that the warning is real, benign, or a false positive.

Method Detail

getName

public abstract String getName()
Get the fully qualified name of the property. Should be full class name, ".", followed by the descriptive name of the property.

Returns: fully qualified name of the property

getPriorityAdjustment

public abstract PriorityAdjustment getPriorityAdjustment()
Get the priority adjustment: i.e., the effect that this warning property is expected to have on the likelihood that the warning is real, benign, or a false positive.

Returns: the priority adjustment

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.