langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties
changeset 42262 251bfd8289ee
parent 41997 79da2a8f4274
child 42408 d6f09ae68eab
equal deleted inserted replaced
42261:bb52b5514ad5 42262:251bfd8289ee
   174 \                                be integer >= 9 or base.
   174 \                                be integer >= 9 or base.
   175 
   175 
   176 err.command.set={0} and {1} options are specified.
   176 err.command.set={0} and {1} options are specified.
   177 err.unknown.option=unknown option: {0}
   177 err.unknown.option=unknown option: {0}
   178 err.missing.arg=no value given for {0}
   178 err.missing.arg=no value given for {0}
       
   179 err.missing.dependences=missing dependencies
   179 err.invalid.arg.for.option=invalid argument for option: {0}
   180 err.invalid.arg.for.option=invalid argument for option: {0}
   180 err.option.after.class=option must be specified before classes: {0}
   181 err.option.after.class=option must be specified before classes: {0}
   181 err.genmoduleinfo.not.jarfile={0} is a modular JAR file that cannot be specified with the --generate-module-info option
   182 err.genmoduleinfo.not.jarfile={0} is a modular JAR file that cannot be specified with the --generate-module-info option
   182 err.genmoduleinfo.unnamed.package={0} contains an unnamed package that is not allowed in a module
   183 err.genmoduleinfo.unnamed.package={0} contains an unnamed package that is not allowed in a module
   183 err.profiles.msg=No profile information
   184 err.profiles.msg=No profile information
   199 subject to be removed or changed incompatibly and could break your application.\n\
   200 subject to be removed or changed incompatibly and could break your application.\n\
   200 Please modify your code to eliminate dependence on any JDK internal APIs.\n\
   201 Please modify your code to eliminate dependence on any JDK internal APIs.\n\
   201 For the most recent update on JDK internal API replacements, please check:\n\
   202 For the most recent update on JDK internal API replacements, please check:\n\
   202 {0}
   203 {0}
   203 
   204 
       
   205 split.package=split package: {0} {1}\n
       
   206 inverse.transitive.dependencies.on=Inverse transitive dependences on {0}
       
   207 inverse.transitive.dependencies.matching=Inverse transitive dependences matching {0}
       
   208 internal.api.column.header=JDK Internal API
       
   209 public.api.replacement.column.header=Suggested Replacement
   204 artifact.not.found=not found
   210 artifact.not.found=not found
   205 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool
   211 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool