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

Thu, 24 Jul 2008 19:06:57 +0100

author
mcimadamore
date
Thu, 24 Jul 2008 19:06:57 +0100
changeset 80
5c9cdeb740f2
parent 68
c33f7ddeeff2
child 87
fd1d361ae294
permissions
-rw-r--r--

6717241: some diagnostic argument is prematurely converted into a String object
Summary: removed early toString() conversions applied to diagnostic arguments
Reviewed-by: jjg

jjg@46 1
jjg@46 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@46 9 err.h.not.supported=-h is no longer available - use the 'javah' program
jjg@68 10 err.incompatible.options=bad combination of options: {0}
jjg@46 11 err.internal.error=internal error: {0} {1} {2}
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
jjg@46 16 err.unknown.option=unknown option: {0}
jjg@46 17 err.verify.not.supported=-verify not supported
jjg@46 18 err.Xold.not.supported.here=-Xold must be given as the first option
jjg@46 19
jjg@66 20 main.usage.summary=\
jjg@66 21 Usage: {0} <options> <classes>\n\
jjg@66 22 use -help for a list of possible options
jjg@66 23
jjg@46 24 main.usage=\
jjg@46 25 Usage: {0} <options> <classes>\n\
jjg@46 26 where possible options include:
jjg@46 27
jjg@46 28
jjg@46 29 main.opt.help=\
jjg@46 30 \ -help --help -? Print this usage message
jjg@46 31
jjg@46 32 main.opt.version=\
jjg@46 33 \ -version Version information
jjg@46 34
jjg@46 35 main.opt.v=\
jjg@46 36 \ -v -verbose Print additional information
jjg@46 37
jjg@46 38 main.opt.l=\
jjg@46 39 \ -l Print line number and local variable tables
jjg@46 40
jjg@46 41 main.opt.public=\
jjg@46 42 \ -public Show only public classes and members
jjg@46 43
jjg@46 44 main.opt.protected=\
jjg@46 45 \ -protected Show protected/public classes and members
jjg@46 46
jjg@46 47 main.opt.package=\
jjg@46 48 \ -package Show package/protected/public classes\n\
jjg@46 49 \ and members (default)
jjg@46 50
jjg@46 51 main.opt.p=\
jjg@46 52 \ -p -private Show all classes and members
jjg@46 53
jjg@46 54 main.opt.c=\
jjg@46 55 \ -c Disassemble the code
jjg@46 56
jjg@46 57 main.opt.s=\
jjg@46 58 \ -s Print internal type signatures
jjg@46 59
jjg@46 60 main.opt.classpath=\
jjg@46 61 \ -classpath <path> Specify where to find user class files
jjg@46 62
jjg@46 63 main.opt.bootclasspath=\
jjg@46 64 \ -bootclasspath <path> Override location of bootstrap class files
jjg@46 65
jjg@46 66
jjg@46 67

mercurial