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
EMPTY_LIBRARIES_WARNING_TEMPLATE
"Dependencies/libraries were not provided for analysis of %s files. The \'%s\' property is empty. Verify your configuration, as you might end up with less precise results."
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
"15"
-
org.sonar.java.regex.RegexLexer Modifier and Type Constant Field Value public static final int
EOF
-1
-
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>"