Package io.codemodder.providers.sonar


package io.codemodder.providers.sonar
  • Class
    Description
    This tells the framework to inject the results of a Sonar scan into the following parameter.
    RuleFinding<T extends io.codemodder.sonar.model.SonarFinding>
    A view of the Sonar findings results file for a given rule.
    Class type to bind Hotspot from ProvidedSonarScan
    Class type to bind Issue from ProvidedSonarScan
    SonarPluginJavaParserChanger<T extends com.github.javaparser.ast.Node,S extends io.codemodder.sonar.model.SonarFinding>
    Provides base functionality for making JavaParser-based changes based on Sonar results.
    Provides Sonar functionality to codemodder.
    Provides base functionality for making JavaParser-based remediation of Sonar results.