src/share/classes/com/sun/tools/javap/resources/javap.properties

Mon, 03 Mar 2014 16:08:06 +0400

author
kizune
date
Mon, 03 Mar 2014 16:08:06 +0400
changeset 2289
3fbda1dca565
parent 2278
8af239a7b0b7
child 2525
2eb010b6cb22
permissions
-rw-r--r--

8032869: remove support for legacy options in javap
Reviewed-by: ksrini

jjg@46 1
vromero@1885 2 err.prefix=Error:
jjg@46 3
jjg@46 4 err.bad.constant.pool=error while reading constant pool for {0}: {1}
jjg@46 5 err.class.not.found=class not found: {0}
jjg@46 6 err.crash=A serious internal error has occurred: {0}\nPlease file a bug report, and include the following information:\n{1}
jjg@46 7 err.end.of.file=unexpected end of file while reading {0}
jjg@46 8 err.file.not.found=file not found: {0}
jjg@68 9 err.incompatible.options=bad combination of options: {0}
jjg@46 10 err.internal.error=internal error: {0} {1} {2}
jjg@283 11 err.invalid.arg.for.option=invalid argument for option: {0}
jjg@46 12 err.ioerror=IO error reading {0}: {1}
jjg@46 13 err.missing.arg=no value given for {0}
jjg@46 14 err.no.classes.specified=no classes specified
jjg@46 15 err.not.standard.file.manager=can only specify class files when using a standard file manager
kizune@2265 16 err.invalid.use.of.option=invalid use of option: {0}
jjg@46 17 err.unknown.option=unknown option: {0}
jjg@283 18 err.no.SourceFile.attribute=no SourceFile attribute
jjg@283 19 err.source.file.not.found=source file not found
jjg@346 20 err.bad.innerclasses.attribute=bad InnerClasses attribute for {0}
jjg@46 21
jjg@66 22 main.usage.summary=\
jjg@66 23 Usage: {0} <options> <classes>\n\
jjg@66 24 use -help for a list of possible options
jjg@66 25
jjg@340 26 warn.prefix=Warning:
jjg@340 27 warn.unexpected.class=Binary file {0} contains {1}
jjg@340 28
jjg@340 29 note.prefix=Note:
jjg@340 30
jjg@340 31 main.usage.summary=\
jjg@340 32 Usage: {0} <options> <classes>\n\
jjg@340 33 use -help for a list of possible options
jjg@340 34
jjg@46 35 main.usage=\
jjg@46 36 Usage: {0} <options> <classes>\n\
jjg@46 37 where possible options include:
jjg@46 38
jjg@46 39
jjg@46 40 main.opt.help=\
jjg@46 41 \ -help --help -? Print this usage message
jjg@46 42
jjg@46 43 main.opt.version=\
jjg@46 44 \ -version Version information
jjg@46 45
jjg@46 46 main.opt.v=\
jjg@46 47 \ -v -verbose Print additional information
jjg@46 48
jjg@46 49 main.opt.l=\
jjg@46 50 \ -l Print line number and local variable tables
jjg@46 51
jjg@46 52 main.opt.public=\
jjg@46 53 \ -public Show only public classes and members
jjg@46 54
jjg@46 55 main.opt.protected=\
jjg@46 56 \ -protected Show protected/public classes and members
jjg@46 57
jjg@46 58 main.opt.package=\
jjg@46 59 \ -package Show package/protected/public classes\n\
jjg@46 60 \ and members (default)
jjg@46 61
jjg@46 62 main.opt.p=\
jjg@46 63 \ -p -private Show all classes and members
jjg@46 64
jjg@46 65 main.opt.c=\
jjg@46 66 \ -c Disassemble the code
jjg@46 67
jjg@46 68 main.opt.s=\
jjg@46 69 \ -s Print internal type signatures
jjg@46 70
jjg@46 71 main.opt.classpath=\
jjg@46 72 \ -classpath <path> Specify where to find user class files
jjg@46 73
vromero@1885 74 main.opt.cp=\
vromero@1885 75 \ -cp <path> Specify where to find user class files
vromero@1885 76
jjg@46 77 main.opt.bootclasspath=\
jjg@46 78 \ -bootclasspath <path> Override location of bootstrap class files
jjg@46 79
jjg@87 80 main.opt.constants=\
kizune@2278 81 \ -constants Show final constants
jjg@46 82
jjg@46 83
jjg@88 84 main.opt.sysinfo=\
jjg@88 85 \ -sysinfo Show system info (path, size, date, MD5 hash)\n\
jjg@88 86 \ of class being processed

mercurial