Uses of Interface
org.sonar.plugins.python.api.PythonCheck
-
Packages that use PythonCheck Package Description org.sonar.plugins.python.api org.sonar.python org.sonar.python.metrics -
-
Uses of PythonCheck in org.sonar.plugins.python.api
Classes in org.sonar.plugins.python.api that implement PythonCheck Modifier and Type Class Description classPythonSubscriptionCheckclassPythonVisitorCheckMethods in org.sonar.plugins.python.api that return PythonCheck Modifier and Type Method Description PythonCheckPythonCheck.PreciseIssue. check()Constructors in org.sonar.plugins.python.api with parameters of type PythonCheck Constructor Description PreciseIssue(PythonCheck check, IssueLocation primaryLocation) -
Uses of PythonCheck in org.sonar.python
Methods in org.sonar.python with parameters of type PythonCheck Modifier and Type Method Description static PythonVisitorContextTestPythonVisitorRunner. scanFile(File file, PythonCheck... visitors) -
Uses of PythonCheck in org.sonar.python.metrics
Classes in org.sonar.python.metrics that implement PythonCheck Modifier and Type Class Description classFileLinesVisitorVisitor that computesCoreMetrics.NCLOC_DATA_KEYandCoreMetrics.COMMENT_LINESmetrics used by the DevCockpit.
-