Package edu.umd.cs.findbugs.detect
Class DoomedCodeWarningProperty
- java.lang.Object
-
- edu.umd.cs.findbugs.props.AbstractWarningProperty
-
- edu.umd.cs.findbugs.detect.DoomedCodeWarningProperty
-
- All Implemented Interfaces:
WarningProperty
public class DoomedCodeWarningProperty extends AbstractWarningProperty
A WarningProperty for warnings that are reported at a "doomed" Location; one that cannot return normally.
-
-
Field Summary
Fields Modifier and Type Field Description static DoomedCodeWarningProperty
DOOMED_CODE
Singleton instance of DoomedCodeWarningProperty.
-
Constructor Summary
Constructors Modifier Constructor Description private
DoomedCodeWarningProperty(java.lang.String shortName, PriorityAdjustment priorityAdjustment)
-
Method Summary
-
Methods inherited from class edu.umd.cs.findbugs.props.AbstractWarningProperty
getName, getPriorityAdjustment
-
-
-
-
Field Detail
-
DOOMED_CODE
public static final DoomedCodeWarningProperty DOOMED_CODE
Singleton instance of DoomedCodeWarningProperty.
-
-
Constructor Detail
-
DoomedCodeWarningProperty
private DoomedCodeWarningProperty(java.lang.String shortName, PriorityAdjustment priorityAdjustment)
-
-