public static class ValueRangeAnalysisFactory.RedundantCondition
extends java.lang.Object
Constructor and Description |
---|
ValueRangeAnalysisFactory.RedundantCondition(Location location,
java.lang.String trueCondition,
boolean hasDeadCode,
Location deadCodeLocation,
Location liveCodeLocation,
java.lang.String signature,
boolean byType,
java.lang.Number number,
boolean border) |
Modifier and Type | Method and Description |
---|---|
Location |
getDeadCodeLocation() |
Location |
getLiveCodeLocation() |
Location |
getLocation() |
java.lang.Number |
getNumber() |
java.lang.String |
getSignature() |
java.lang.String |
getTrueCondition() |
boolean |
isBorder() |
boolean |
isByType() |
boolean |
isDeadCodeUnreachable() |
public ValueRangeAnalysisFactory.RedundantCondition(Location location, java.lang.String trueCondition, boolean hasDeadCode, Location deadCodeLocation, Location liveCodeLocation, java.lang.String signature, boolean byType, java.lang.Number number, boolean border)
public boolean isBorder()
public Location getLocation()
public java.lang.String getTrueCondition()
public boolean isDeadCodeUnreachable()
public java.lang.String getSignature()
public boolean isByType()
public Location getLiveCodeLocation()
public Location getDeadCodeLocation()
public java.lang.Number getNumber()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.