Uses of Class
org.sonar.plugins.python.api.quickfix.PythonQuickFix
-
Packages that use PythonQuickFix Package Description org.sonar.plugins.python.api org.sonar.plugins.python.api.quickfix -
-
Uses of PythonQuickFix in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return types with arguments of type PythonQuickFix Modifier and Type Method Description List<PythonQuickFix>PythonCheck.PreciseIssue. quickFixes()Methods in org.sonar.plugins.python.api with parameters of type PythonQuickFix Modifier and Type Method Description voidPythonCheck.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 PythonQuickFix Modifier and Type Method Description PythonQuickFixPythonQuickFix.Builder. build()static PythonQuickFixPythonQuickFix. newQuickFix(String description, PythonTextEdit... textEdits)
-