Package io.codemodder.codetf
Class UnfixedFinding
- java.lang.Object
-
- io.codemodder.codetf.UnfixedFinding
-
public final class UnfixedFinding extends Object
Describes an unfixed finding.
-
-
Constructor Summary
Constructors Constructor Description UnfixedFinding(String id, DetectorRule rule, String path, Integer line, String reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getId()
Integer
getLine()
String
getPath()
String
getReason()
DetectorRule
getRule()
int
hashCode()
-
-
-
Constructor Detail
-
UnfixedFinding
public UnfixedFinding(String id, DetectorRule rule, String path, Integer line, String reason)
-
-
Method Detail
-
getId
public String getId()
-
getPath
public String getPath()
-
getReason
public String getReason()
-
getRule
public DetectorRule getRule()
-
getLine
public Integer getLine()
-
-