Uses of Class
org.sonar.plugins.python.indexer.PythonIndexer
Packages that use PythonIndexer
-
Uses of PythonIndexer in org.sonar.plugins.python
Constructors in org.sonar.plugins.python with parameters of type PythonIndexerModifierConstructorDescriptionIPynbSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonIndexer indexer, RepositoryInfoProvider[] editionMetadataProviders) PythonScanner(org.sonar.api.batch.sensor.SensorContext context, PythonChecks checks, org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonParser parser, PythonIndexer indexer, PythonFileConsumer architectureCallback) PythonSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonCustomRuleRepository[] customRuleRepositories, PythonIndexer indexer, SonarLintCache sonarLintCache, AnalysisWarningsWrapper analysisWarnings, RepositoryInfoProvider[] editionMetadataProviders, ArchitectureCallbackWrapper architectureUDGBuilderWrapper) PythonSensor(org.sonar.api.measures.FileLinesContextFactory fileLinesContextFactory, org.sonar.api.batch.rule.CheckFactory checkFactory, org.sonar.api.issue.NoSonarFilter noSonarFilter, PythonIndexer indexer, SonarLintCache sonarLintCache, AnalysisWarningsWrapper analysisWarnings, ArchitectureCallbackWrapper architectureCallbackWrapper) -
Uses of PythonIndexer in org.sonar.plugins.python.indexer
Subclasses of PythonIndexer in org.sonar.plugins.python.indexer