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 Details

  • Constructor Details

    • DoomedCodeWarningProperty

      private DoomedCodeWarningProperty(String shortName, PriorityAdjustment priorityAdjustment)