edu.umd.cs.findbugs.props

Class AbstractWarningProperty

public abstract class AbstractWarningProperty extends Object implements WarningProperty

Abstract base class for implementing warning properties.

Author: David Hovemeyer

Constructor Summary
protected AbstractWarningProperty(String shortName, PriorityAdjustment priorityAdjustment)
Constructor.
Method Summary
StringgetName()
PriorityAdjustmentgetPriorityAdjustment()

Constructor Detail

AbstractWarningProperty

protected AbstractWarningProperty(String shortName, PriorityAdjustment priorityAdjustment)
Constructor.

Parameters: shortName the short name of the property; will be qualified with the full name of the warning property class priorityAdjustment the priority adjustment

Method Detail

getName

public String getName()

getPriorityAdjustment

public PriorityAdjustment getPriorityAdjustment()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.