Constant Field Values
Contents
org.sonar.*
-
org.sonar.java.JavaConstants Modifier and Type Constant Field Value public static final StringJAVA_CATEGORY"java" -
org.sonar.java.SonarComponents Modifier and Type Constant Field Value public static final StringFAIL_ON_EXCEPTION_KEY"sonar.internal.analysis.failFast"
-
org.sonar.java.classpath.ClasspathProperties Modifier and Type Constant Field Value public static final StringSONAR_JAVA_BINARIES"sonar.java.binaries"public static final StringSONAR_JAVA_JDK_HOME"sonar.java.jdkHome"public static final StringSONAR_JAVA_LIBRARIES"sonar.java.libraries"public static final StringSONAR_JAVA_TEST_BINARIES"sonar.java.test.binaries"public static final StringSONAR_JAVA_TEST_LIBRARIES"sonar.java.test.libraries"
-
org.sonar.java.model.JParser Modifier and Type Constant Field Value public static final StringMAXIMUM_SUPPORTED_JAVA_VERSION"14"
-
org.sonar.java.regex.RegexLexer Modifier and Type Constant Field Value public static final intEOF-1
-
org.sonar.java.se.ExplodedGraphWalker Modifier and Type Constant Field Value public static final intMAX_NESTED_BOOLEAN_STATES10000 -
org.sonar.java.se.FlowComputation Modifier and Type Constant Field Value public static final intFIRST_FLOW1public static final intMAX_LOOKUP_FLOWS500000public static final intMAX_REPORTED_FLOWS20
-
org.sonar.java.se.checks.ConditionalUnreachableCodeCheck Modifier and Type Constant Field Value public static final StringMESSAGE"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 StringUNSECURED_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 StringDEFAULT_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 StringSOURCE_VERSION"sonar.java.source"
-
org.sonar.plugins.java.api.semantic.MethodMatchers Modifier and Type Constant Field Value public static final StringANY"*"public static final StringCONSTRUCTOR"<init>"