Uses of Class
org.sonar.plugins.python.api.quickfix.PythonQuickFix
Packages that use PythonQuickFix
-
Uses of PythonQuickFix in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return types with arguments of type PythonQuickFixMethods in org.sonar.plugins.python.api with parameters of type PythonQuickFixModifier and TypeMethodDescriptionvoidPythonCheck.PreciseIssue.addQuickFix(PythonQuickFix quickFix) This only makes sense in SonarLint context. -
Uses of PythonQuickFix in org.sonar.plugins.python.api.quickfix
Methods in org.sonar.plugins.python.api.quickfix that return PythonQuickFixModifier and TypeMethodDescriptionPythonQuickFix.Builder.build()static PythonQuickFixPythonQuickFix.newQuickFix(String description, PythonTextEdit... textEdits)