|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.analysis.util.model.AbstractAnnotation
hudson.plugins.brakeman.Warning
public class Warning
A serializable Java Bean class representing a warning.
Note: this class has a natural ordering that is inconsistent with equals.
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
|---|
WORKSPACE_FILES |
| Constructor Summary | |
|---|---|
Warning(String fileName,
int start,
int end,
String type,
String category,
String message,
hudson.plugins.analysis.util.model.Priority priority)
Creates a new instance of Warning. |
|
| Method Summary | |
|---|---|
String |
getToolTip()
|
| Methods inherited from class hudson.plugins.analysis.util.model.AbstractAnnotation |
|---|
addLineRange, canDisplayFile, compareTo, equals, getCategory, getContextHashCode, getFileName, getKey, getLineRanges, getLinkName, getMessage, getModuleName, getOrigin, getPackageName, getPathName, getPrimaryLineNumber, getPriority, getShortFileName, getTempName, getType, hashCode, hasPackageName, setColumnPosition, setContextHashCode, setFileName, setModuleName, setOrigin, setPackageName, setPathName, setPriority, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Warning(String fileName,
int start,
int end,
String type,
String category,
String message,
hudson.plugins.analysis.util.model.Priority priority)
Warning.
fileName - the name of the filestart - the first line of the line rangetype - the identifier of the warning typecategory - the warning categorymessage - the message of the warningpriority - the priority of the warning| Method Detail |
|---|
public String getToolTip()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||