Interface Issue
-
- All Known Implementing Classes:
FileIssue,LineIssue,PreciseIssue
public interface IssueThis interface is used to represent issue created by checks before feeding them to SonarQube.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaScriptCheckcheck()Doublecost()Issuecost(double cost)
-
-
-
Method Detail
-
check
JavaScriptCheck check()
-
cost
Issue cost(double cost)
-
-