Uses of Class
org.sonar.plugins.python.nosonar.NoSonarLineInfoCollector
Packages that use NoSonarLineInfoCollector
-
Uses of NoSonarLineInfoCollector in org.sonar.plugins.python
Constructors in org.sonar.plugins.python with parameters of type NoSonarLineInfoCollectorModifierConstructorDescriptionIPynbSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonIndexer indexer, RepositoryInfoProvider[] editionMetadataProviders, NoSonarLineInfoCollector noSonarLineInfoCollector) IPynbSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, NoSonarLineInfoCollector noSonarLineInfoCollector) MeasuresRepository(org.sonar.api.batch.sensor.SensorContext context, org.sonar.api.issue.NoSonarFilter noSonarFilter, org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, boolean isInSonarLint, NoSonarLineInfoCollector noSonarLineInfoCollector, Lock lock) PythonScanner(org.sonar.api.batch.sensor.SensorContext context, PythonChecks checks, org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, Supplier<PythonParser> parserSupplier, PythonIndexer indexer, PythonFileConsumer architectureCallback, NoSonarLineInfoCollector noSonarLineInfoCollector) PythonSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonCustomRuleRepositoryWrapper customRuleRepositoriesWrapper, PythonIndexerWrapper indexerWrapper, SonarLintCacheWrapper sonarLintCacheWrapper, AnalysisWarningsWrapper analysisWarnings, RepositoryInfoProviderWrapper editionMetadataProviderWrapper, ArchitectureCallbackWrapper architectureUDGBuilderWrapper, NoSonarLineInfoCollector noSonarLineInfoCollector) -
Uses of NoSonarLineInfoCollector in org.sonar.plugins.python.nosonar
Constructors in org.sonar.plugins.python.nosonar with parameters of type NoSonarLineInfoCollectorModifierConstructorDescriptionNoSonarIssueFilter(NoSonarLineInfoCollector noSonarLineInfoCollector)