|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
A class for warning messages.
| Field Summary | |
|---|---|
int |
LIKELY_ERRORS
|
int |
NONE
|
int |
PARANOIA
|
int |
POSSIBLE_ERRORS
|
int |
importance
|
| Constructor Summary | |
WarningMessage(int importance, String message, CSTNode context, SourceUnit owner)
Creates a new warning message. |
|
WarningMessage(int importance, String message, Object data, CSTNode context, SourceUnit owner)
Creates a new warning message. |
|
| Method Summary | |
|---|---|
static boolean |
isRelevant(int actual, int limit)
Returns true if a warning would be relevant to the specified level. |
boolean |
isRelevant(int importance)
Returns true if this message is as or more important than the specified importance level. |
void |
write(PrintWriter writer, Janitor janitor)
|
| Constructor Detail |
|---|
public WarningMessage(int importance, String message, CSTNode context, SourceUnit owner)
public WarningMessage(int importance, String message, Object data, CSTNode context, SourceUnit owner)
| Method Detail |
|---|
public static boolean isRelevant(int actual, int limit)
public boolean isRelevant(int importance)
public void write(PrintWriter writer, Janitor janitor)