|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.props.AbstractWarningProperty
public abstract class AbstractWarningProperty
Abstract base class for implementing warning properties.
Constructor Summary | |
---|---|
protected |
AbstractWarningProperty(java.lang.String shortName,
PriorityAdjustment priorityAdjustment)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the fully qualified name of the property. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractWarningProperty(java.lang.String shortName, PriorityAdjustment priorityAdjustment)
shortName
- the short name of the property; will be qualified
with the full name of the warning property classpriorityAdjustment
- the priority adjustmentMethod Detail |
---|
public PriorityAdjustment getPriorityAdjustment()
WarningProperty
getPriorityAdjustment
in interface WarningProperty
public java.lang.String getName()
WarningProperty
getName
in interface WarningProperty
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |