Uses of Class
io.codemodder.codetf.DetectorRule
-
-
Uses of DetectorRule in io.codemodder.codetf
Methods in io.codemodder.codetf that return DetectorRule Modifier and Type Method Description DetectorRule
FixedFinding. getRule()
DetectorRule
UnfixedFinding. getRule()
Constructors in io.codemodder.codetf with parameters of type DetectorRule Constructor Description FixedFinding(String id, DetectorRule rule)
UnfixedFinding(String id, DetectorRule rule, String path, Integer line, String reason)
-