Constant Field Values
Contents
com.github.*
-
com.github.siom79.japicmp.japicmp_maven_plugin.HelpMojo Modifier and Type Constant Field Value private static final int
DEFAULT_LINE_LENGTH
80
private static final java.lang.String
PLUGIN_HELP_PATH
"/META-INF/maven/com.github.siom79.japicmp/japicmp-maven-plugin/plugin-help.xml"
japicmp.*
-
japicmp.JApiCmp Modifier and Type Constant Field Value private static final java.lang.String
CAUGHT_EXCEPTION
"Caught exception: "
static final java.lang.String
USE_HELP_OR_H_FOR_MORE_INFORMATION
"See \'--help\' or \'-h\' for more information."
japicmp.cli.*
-
japicmp.cli.CliParser Modifier and Type Constant Field Value public static final java.lang.String
IGNORE_MISSING_CLASSES
"--ignore-missing-classes"
public static final java.lang.String
IGNORE_MISSING_CLASSES_BY_REGEX
"--ignore-missing-classes-by-regex"
public static final java.lang.String
NEW_CLASSPATH
"--new-classpath"
public static final java.lang.String
OLD_CLASSPATH
"--old-classpath"
japicmp.config.*
japicmp.exception.*
-
japicmp.exception.JApiCmpException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
japicmp.model.*
-
japicmp.model.JavaObjectSerializationCompatibility Modifier and Type Constant Field Value private static final java.lang.String
SERIAL_VERSION_UID
"serialVersionUID"
japicmp.output.*
-
japicmp.output.extapi.jpa.JpaAnalyzer Modifier and Type Constant Field Value public static final java.lang.String
JPA_ANNOTATION_ENTITY
"javax.persistence.Entity"
public static final java.lang.String
JPA_ANNOTATION_TRANSIENT
"javax.persistence.Transient"
-
japicmp.output.stdout.StdoutOutputGenerator Modifier and Type Constant Field Value static final java.lang.String
NO_CHANGES
"No changes."
static final java.lang.String
WARNING
"WARNING"
-
japicmp.output.xml.XmlOutputGenerator Modifier and Type Constant Field Value private static final java.lang.String
XML_SCHEMA
"japicmp.xsd"
private static final java.lang.String
XSD_FILENAME
"japicmp.xsd"
japicmp.test.*
-
japicmp.test.service.SuperclassWithSubclassAddsNewStaticField Modifier and Type Constant Field Value public static final int
field
42
japicmp.util.*
-
japicmp.util.Constants Modifier and Type Constant Field Value public static final java.lang.String
JAVA_CONSTPOOL_ATTRIBUTE_SYNTHETIC
"Synthetic"
-
japicmp.util.ModifierHelper Modifier and Type Constant Field Value public static final int
ACC_BRIDGE
64
public static final int
ACC_SYNTHETIC
4096
-
japicmp.util.OptionalHelper Modifier and Type Constant Field Value public static final java.lang.String
N_A
"n.a."