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.- Author:
- David Hovemeyer
-
-
Field Summary
Fields Modifier and Type Field Description static DoomedCodeWarningProperty
DOOMED_CODE
Singleton instance of DoomedCodeWarningProperty.
-
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.
-
-