| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
REPOSITORY_KEY |
"javascript" |
public static final String |
REPOSITORY_NAME |
"SonarAnalyzer" |
public static final String |
SONAR_WAY_PROFILE |
"Sonar way" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT |
"^[_a-z][a-zA-Z0-9]*$" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
IF_PRIMARY_MESSAGE |
"This line will not be executed conditionally; only the first line of this %s-line block will be. The rest will execute unconditionally." |
public static final String |
IF_SECONDARY_MESSAGE |
"not conditionally executed" |
public static final String |
LOOP_PRIMARY_MESSAGE |
"This line will not be executed in a loop; only the first line of this %s-line block will be. The rest will execute only once." |
public static final String |
LOOP_SECONDARY_MESSAGE |
"not executed in a loop" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final boolean |
CONSIDER_JSDOC |
false |
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.