Uses of Class
io.codemodder.codetf.DetectionTool
-
-
Uses of DetectionTool in io.codemodder.codetf
Methods in io.codemodder.codetf that return types with arguments of type DetectionTool Modifier and Type Method Description Optional<DetectionTool>
CodeTFResult. getDetectionTool()
Constructors in io.codemodder.codetf with parameters of type DetectionTool Constructor Description CodeTFResult(String codemod, String summary, String description, DetectionTool detectionTool, Set<String> failedFiles, List<CodeTFReference> references, Map<String,String> properties, List<CodeTFChangesetEntry> changeset)
-