Package org.sonar.plugins.python.api
Class PythonCheck.PreciseIssue
java.lang.Object
org.sonar.plugins.python.api.PythonCheck.PreciseIssue
- Enclosing interface:
- PythonCheck
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQuickFix(PythonQuickFix quickFix) This only makes sense in SonarLint context.check()cost()secondary(IssueLocation issueLocation) secondary(LocationInFile locationInFile, String message) withCost(int cost)
-
Constructor Details
-
PreciseIssue
-
-
Method Details
-
cost
-
withCost
-
-
secondary
-
secondary
-
secondary
-
secondary
-
secondaryLocations
-
addQuickFix
This only makes sense in SonarLint context. Should not be used in custom rules. -
quickFixes
-
check
-