FindBugs™ 1.3.9

edu.umd.cs.findbugs.detect
Class DoomedCodeWarningProperty

java.lang.Object
  extended by edu.umd.cs.findbugs.props.AbstractWarningProperty
      extended by 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
static DoomedCodeWarningProperty DOOMED_CODE
          Singleton instance of DoomedCodeWarningProperty.
 
Method Summary
 
Methods inherited from class edu.umd.cs.findbugs.props.AbstractWarningProperty
getName, getPriorityAdjustment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOOMED_CODE

public static final DoomedCodeWarningProperty DOOMED_CODE
Singleton instance of DoomedCodeWarningProperty.


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.