Constant Field Values
Contents
org.sonar.*
-
org.sonar.java.JavaConstants Modifier and Type Constant Field Value public static final String
JAVA_CATEGORY
"java"
-
org.sonar.java.SonarComponents Modifier and Type Constant Field Value public static final String
FAIL_ON_EXCEPTION_KEY
"sonar.internal.analysis.failFast"
-
org.sonar.java.classpath.ClasspathProperties Modifier and Type Constant Field Value public static final String
SONAR_JAVA_BINARIES
"sonar.java.binaries"
public static final String
SONAR_JAVA_JDK_HOME
"sonar.java.jdkHome"
public static final String
SONAR_JAVA_LIBRARIES
"sonar.java.libraries"
public static final String
SONAR_JAVA_TEST_BINARIES
"sonar.java.test.binaries"
public static final String
SONAR_JAVA_TEST_LIBRARIES
"sonar.java.test.libraries"
-
org.sonar.java.model.JParser Modifier and Type Constant Field Value public static final String
MAXIMUM_SUPPORTED_JAVA_VERSION
"14"
-
org.sonar.java.regex.RegexLexer Modifier and Type Constant Field Value public static final int
EOF
-1
-
org.sonar.java.se.ExplodedGraphWalker Modifier and Type Constant Field Value public static final int
MAX_NESTED_BOOLEAN_STATES
10000
-
org.sonar.java.se.FlowComputation Modifier and Type Constant Field Value public static final int
FIRST_FLOW
1
public static final int
MAX_LOOKUP_FLOWS
500000
public static final int
MAX_REPORTED_FLOWS
20
-
org.sonar.java.se.checks.ConditionalUnreachableCodeCheck Modifier and Type Constant Field Value public static final String
MESSAGE
"Change this condition so that it does not always evaluate to \"%s\""
-
org.sonar.java.se.checks.XxeProperty Modifier and Type Constant Field Value public static final String
UNSECURED_USE_EMPTY_STRING_TO_PROTECT_AGAINST_XXE
"unsecured. Set to \"\" (empty string) to protect against XXE"
-
org.sonar.java.testing.FilesUtils Modifier and Type Constant Field Value public static final String
DEFAULT_TEST_JARS_DIRECTORY
"../java-checks-test-sources/target/test-jars"
-
org.sonar.plugins.java.api.JavaVersion Modifier and Type Constant Field Value public static final String
SOURCE_VERSION
"sonar.java.source"
-
org.sonar.plugins.java.api.semantic.MethodMatchers Modifier and Type Constant Field Value public static final String
ANY
"*"
public static final String
CONSTRUCTOR
"<init>"