public abstract class BugAnnotationWithSourceLines extends java.lang.Object implements BugAnnotation
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
sourceFileName |
protected SourceLineAnnotation |
sourceLines |
MESSAGE_TAG| Constructor and Description |
|---|
BugAnnotationWithSourceLines() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.lang.String |
getSourceFileName()
Get the source file name.
|
SourceLineAnnotation |
getSourceLines()
Get the SourceLineAnnotation describing the source lines where the method
is defined.
|
void |
setSourceLines(SourceLineAnnotation sourceLines)
Set a SourceLineAnnotation describing the source lines where the package
element is defined.
|
java.lang.String |
toString(ClassAnnotation primaryClass) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, format, getDescription, isSignificant, setDescriptionwriteXMLwriteXMLprotected java.lang.String sourceFileName
protected SourceLineAnnotation sourceLines
public java.lang.Object clone()
clone in interface BugAnnotationclone in class java.lang.Objectpublic final java.lang.String getSourceFileName()
public void setSourceLines(SourceLineAnnotation sourceLines)
public SourceLineAnnotation getSourceLines()
public java.lang.String toString(ClassAnnotation primaryClass)
toString in interface BugAnnotationFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.