Package pascal.taie.analysis.bugfinder
Class BugInstance
java.lang.Object
pascal.taie.analysis.bugfinder.BugInstance
- All Implemented Interfaces:
Comparable<BugInstance>
-
Constructor Summary
ConstructorDescriptionBugInstance
(BugType type, Severity severity, JClass jClass) BugInstance
(BugType type, Severity severity, JMethod jMethod) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
int
getType()
int
hashCode()
setSourceLine
(int num) setSourceLine
(int start, int end) toString()
-
Constructor Details
-
BugInstance
-
BugInstance
-
-
Method Details
-
getType
-
getSeverity
-
setSourceLine
-
setSourceLine
-
getSourceLineStart
public int getSourceLineStart() -
getSourceLineEnd
public int getSourceLineEnd() -
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BugInstance>
-