- All Implemented Interfaces:
io.codemodder.CodemodProvider
public final class CodeQLProvider
extends Object
implements io.codemodder.CodemodProvider
Provides codemods that act on CodeQL results.
-
Constructor Summary
Constructors
-
Method Summary
Set<com.google.inject.AbstractModule>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CodeQLProvider
public CodeQLProvider()
-
Method Details
-
getModules
public Set<com.google.inject.AbstractModule> getModules(Path repository,
List<Class<? extends io.codemodder.CodeChanger>> codemodTypes,
List<io.codemodder.RuleSarif> sarifs)
- Specified by:
getModules
in interface io.codemodder.CodemodProvider