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

Wed, 29 Jul 2009 13:26:26 -0700

author
jjg
date
Wed, 29 Jul 2009 13:26:26 -0700
changeset 340
c2dfab9e2f39
parent 291
47cf04bb80c9
child 346
e33efb09ed75
permissions
-rw-r--r--

4777949: Javap Rewrite : Warn javap usage on package classes with simple name.
Reviewed-by: mcimadamore

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

mercurial