public class NoDeadCodeVerifyHandler extends Object implements DebugVerifyHandler
Modifier and Type | Class and Description |
---|---|
(package private) static class |
NoDeadCodeVerifyHandler.Options |
Modifier and Type | Field and Description |
---|---|
private static Map<String,Boolean> |
discovered
Only the first instance of failure at any point is shown.
|
private static int |
FATAL |
private static int |
INFO |
private static int |
OFF |
private static int |
VERBOSE |
Constructor and Description |
---|
NoDeadCodeVerifyHandler() |
Modifier and Type | Method and Description |
---|---|
void |
verify(Object object,
String message)
Verifies that a given object satisfies some invariants.
|
private static final int OFF
private static final int INFO
private static final int VERBOSE
private static final int FATAL
private static final Map<String,Boolean> discovered
public NoDeadCodeVerifyHandler()
public void verify(Object object, String message)
DebugVerifyHandler
verify
in interface DebugVerifyHandler
object
- object to verifymessage
- description of verification context