| Package | Description |
|---|---|
| org.sonar.javascript.se | |
| org.sonar.javascript.visitors | |
| org.sonar.plugins.javascript.api | |
| org.sonar.plugins.javascript.api.visitors |
| Modifier and Type | Method and Description |
|---|---|
<T extends Issue> |
SeCheck.addIssue(T issue) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
SeChecksDispatcher.scanFile(TreeVisitorContext context) |
List<Issue> |
SeCheck.scanFile(TreeVisitorContext context) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Issue> |
Issues.addIssue(T issue) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
Issues.getList() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Issue> |
JavaScriptCheck.addIssue(T issue)
Use this method only to add specific kind of issue.
|
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
JavaScriptCheck.scanFile(TreeVisitorContext context) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileIssue |
class |
LineIssue
Legacy kind of issue (issue assigned to a line, no secondary locations).
|
class |
PreciseIssue |
| Modifier and Type | Method and Description |
|---|---|
<T extends Issue> |
SubscriptionVisitorCheck.addIssue(T issue) |
<T extends Issue> |
DoubleDispatchVisitorCheck.addIssue(T issue) |
| Modifier and Type | Method and Description |
|---|---|
Issue |
LineIssue.cost(double cost) |
Issue |
Issue.cost(double cost) |
Issue |
FileIssue.cost(double cost) |
| Modifier and Type | Method and Description |
|---|---|
List<Issue> |
SubscriptionVisitorCheck.scanFile(TreeVisitorContext context) |
List<Issue> |
DoubleDispatchVisitorCheck.scanFile(TreeVisitorContext context) |
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.