Class NoSonarLineInfoCollector

java.lang.Object
org.sonar.plugins.python.nosonar.NoSonarLineInfoCollector

@ScannerSide @SonarLintSide public class NoSonarLineInfoCollector extends Object
  • Constructor Details

    • NoSonarLineInfoCollector

      public NoSonarLineInfoCollector()
  • Method Details

    • collect

      public void collect(String componentKey, @Nullable FileInput fileInput)
    • get

      public Map<Integer,NoSonarLineInfo> get(String key)
    • getLinesWithEmptyNoSonar

      public Set<Integer> getLinesWithEmptyNoSonar(String key)
    • getSuppressedRuleIds

      public String getSuppressedRuleIds()
    • getCommentWithExactlyOneRuleSuppressed

      public String getCommentWithExactlyOneRuleSuppressed()