< prev index next >

src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

Print this page

        

*** 55,64 **** --- 55,71 ---- main.opt.require=\ \ --require <module-name> Finds dependences matching the given module\n\ \ name (may be given multiple times). --package,\n\ \ --regex, --require are mutual exclusive. + main.opt.missing-deps=\ + \ --missing-deps Finds missing dependences. This option\n\ + \ cannot be used with -p, -e and -s options. + + main.opt.ignore-missing-deps=\ + \ --ignore-missing-deps Ignore missing dependences. + main.opt.include=\n\ \Options to filter classes to be analyzed:\n\ \ -include <regex> Restrict analysis to classes matching pattern\n\ \ This option filters the list of classes to\n\ \ be analyzed. It can be used together with\n\
*** 155,167 **** \ used with -p, -e and -s options.\n\ \ WARNING: JDK internal APIs are inaccessible. main.opt.list-deps=\ \ --list-deps Lists the module dependences. It also prints\n\ ! \ any JDK internal API packages if referenced.\n\ ! \ This option does not show dependences on the\n\ ! \ class path or not found. main.opt.list-reduced-deps=\ \ --list-reduced-deps Same as --list-deps with not listing\n\ \ the implied reads edges from the module graph.\n\ \ If module M1 reads M2, and M2 requires\n\ --- 162,174 ---- \ used with -p, -e and -s options.\n\ \ WARNING: JDK internal APIs are inaccessible. main.opt.list-deps=\ \ --list-deps Lists the module dependences. It also prints\n\ ! \ any internal API packages if referenced.\n\ ! \ This option transitively analyzes libraries on\n\ ! \ class path and module path if referenced. main.opt.list-reduced-deps=\ \ --list-reduced-deps Same as --list-deps with not listing\n\ \ the implied reads edges from the module graph.\n\ \ If module M1 reads M2, and M2 requires\n\
*** 205,214 **** --- 212,225 ---- err.filter.not.specified=--package (-p), --regex (-e), --require option must be specified err.multirelease.option.exists={0} is not a multi-release jar file but --multi-release option is set err.multirelease.option.notfound={0} is a multi-release jar file but --multi-release option is not set err.multirelease.version.associated=class {0} already associated with version {1}, trying to add version {2} err.multirelease.jar.malformed=malformed multi-release jar, {0}, bad entry: {1} + err.cant.list.module.deps=\ + Missing dependencies from the module path and classpath.\n\ + To suppress this error, use --ignore-missing-deps to continue. + warn.invalid.arg=Path does not exist: {0} warn.skipped.entry={0} warn.split.package=split package: {0} {1} warn.replace.useJDKInternals=\ JDK internal APIs are unsupported and private to JDK implementation that are\n\
< prev index next >