⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 compiler.properties

📁 GJC编译器的运行类
💻 PROPERTIES
📖 第 1 页 / 共 3 页
字号:
compiler.err.repeated.interface=\    repeated interfacecompiler.err.repeated.modifier=\    repeated modifiercompiler.err.report.access=\    {0} has {1} access in {2}compiler.err.ret.outside.meth=\    return outside methodcompiler.err.signature.doesnt.match.supertype=\    signature does not match {0}; incompatible supertypecompiler.err.signature.doesnt.match.intf=\    signature does not match {0}; incompatible interfacescompiler.err.does.not.override.abstract=\    {0} is not abstract and does not override abstract method {1} in {2}compiler.err.source.cant.overwrite.input.file=\    error writing source; cannot overwrite input file {0}compiler.err.stack.sim.error=\    Internal error: stack sim error on {0}compiler.err.static.imp.only.classes.and.interfaces=\    static import only from classes and interfacescompiler.err.synthetic.name.conflict=\    the symbol {0} conflicts with a compiler-synthesized symbol in {1}compiler.err.throws.not.allowed.in.intf.annotation=\    throws clause not allowed in @interface memberscompiler.err.try.without.catch.or.finally=\    ''try'' without ''catch'' or ''finally''compiler.err.type.doesnt.take.params=\    type {0} does not take parameterscompiler.err.type.var.cant.be.deref=\    cannot select from a type variablecompiler.err.type.var.may.not.be.followed.by.other.bounds=\    a type variable may not be followed by other boundscompiler.err.type.var.more.than.once=\    type variable {0} occurs more than once in result type of {1}; cannot be left uninstantiatedcompiler.err.type.var.more.than.once.in.result=\    type variable {0} occurs more than once in type of {1}; cannot be left uninstantiatedcompiler.err.types.incompatible.diff.ret=\    types {0} and {1} are incompatible; both define {2}, but with unrelated return typescompiler.err.unclosed.char.lit=\    unclosed character literalcompiler.err.unclosed.comment=\    unclosed commentcompiler.err.unclosed.str.lit=\    unclosed string literalcompiler.err.unknown.enum.constant=\    in class file {0}: unknown enum constant {1}.{2}compiler.err.unsupported.encoding=\    unsupported encoding: {0}compiler.err.io.exception=\    error reading source file: {0}compiler.err.undef.label=\    undefined label: {0}compiler.err.undetermined.type=\    type parameters of {0} cannot be determinedcompiler.err.undetermined.type.1=\    type parameters of {0} cannot be determined; {1}compiler.err.unreachable.stmt=\    unreachable statementcompiler.err.initializer.must.be.able.to.complete.normally=\    initializer must be able to complete normallycompiler.err.unreported.exception.need.to.catch.or.throw=\    unreported exception {0}; must be caught or declared to be throwncompiler.err.unreported.exception.default.constructor=\    unreported exception {0} in default constructorcompiler.err.unsupported.cross.fp.lit=\    hexadecimal floating-point literals are not supported on this VMcompiler.err.void.not.allowed.here=\    ''void'' type not allowed herecompiler.err.wrong.number.type.args=\    wrong number of type arguments; required {0}compiler.err.var.might.already.be.assigned=\    variable {0} might already have been assignedcompiler.err.var.might.not.have.been.initialized=\    variable {0} might not have been initializedcompiler.err.var.might.be.assigned.in.loop=\    variable {0} might be assigned in loop# In the following string, {1} will always be the detail message from# java.io.IOException.compiler.err.class.cant.write=\    error while writing {0}: {1}# In the following string, {0} is the name of the class in the Java source.# It really should be used two times..compiler.err.class.public.should.be.in.file=\    class {0} is public, should be declared in a file named {0}.java## All errors which do not refer to a particular line in the source code are## preceded by this string.compiler.err.error=\    error:\u0020# The following error messages do not refer to a line in the source code.compiler.err.cant.read.file=\    cannot read: {0}###### Fatal Errorscompiler.misc.fatal.err.no.java.lang=\    Fatal Error: Unable to find package java.lang in classpath or bootclasspathcompiler.misc.fatal.err.cant.locate.meth=\    Fatal Error: Unable to find method {0}compiler.misc.fatal.err.cant.locate.field=\    Fatal Error: Unable to find field {0}compiler.misc.fatal.err.cant.locate.ctor=\    Fatal Error: Unable to find constructor for {0}######### miscellaneous strings##compiler.misc.source.unavailable=\    (source unavailable)compiler.misc.base.membership=\    all your base class are belong to us####### The following string will appear before all messages keyed as:## "compiler.note".compiler.note.note=\    Note:\u0020compiler.note.deprecated.filename=\    {0} uses or overrides a deprecated API.compiler.note.deprecated.plural=\    Some input files use or override a deprecated API.# The following string will always appear after one of the above deprecation# messages.compiler.note.deprecated.recompile=\    Recompile with -Xlint:deprecation for details.compiler.note.unchecked.filename=\    {0} uses unchecked or unsafe operations.compiler.note.unchecked.plural=\    Some input files use unchecked or unsafe operations.# The following string will always appear after one of the above deprecation# messages.compiler.note.unchecked.recompile=\    Recompile with -Xlint:unchecked for details.#####compiler.misc.count.error=\    {0} errorcompiler.misc.count.error.plural=\    {0} errorscompiler.misc.count.warn=\    {0} warningcompiler.misc.count.warn.plural=\    {0} warnings## extra output when using -verbose (JavaCompiler)compiler.misc.verbose.checking.attribution=\    [checking {0}]compiler.misc.verbose.parsing.done=\    [parsing completed {0}ms]compiler.misc.verbose.parsing.started=\    [parsing started {0}]compiler.misc.verbose.total=\    [total {0}ms]compiler.misc.verbose.wrote.file=\    [wrote {0}]## extra output when using -verbose (Retro)compiler.misc.verbose.retro=\    [retrofitting {0}]compiler.misc.verbose.retro.with=\    \tretrofitting {0} with {1}compiler.misc.verbose.retro.with.list=\    \tretrofitting {0} with type parameters {1}, supertype {2}, interfaces {3}## extra output when using -verbose (code/ClassReader)compiler.misc.verbose.loading=\    [loading {0}]compiler.misc.verbose.sourcepath=\    [search path for source files: {0}]compiler.misc.verbose.classpath=\    [search path for class files: {0}]## extra output when using -checkclassfile (code/ClassReader)compiler.misc.ccf.found.later.version=\    class file has later version than expected: {0}compiler.misc.ccf.unrecognized.attribute=\    unrecognized attribute: {0}## extra output when using -prompt (util/Log)compiler.misc.resume.abort=\    R)esume, A)bort>######### warnings#### All warning messages are preceded by the following string.compiler.warn.warning=\    warning:\u0020compiler.warn.constant.SVUID=\    [serial] serialVersionUID must be constant in class {0}compiler.warn.dir.path.element.not.found=\    [path] bad path element "{0}": no such directorycompiler.warn.finally.cannot.complete=\    [finally] finally clause cannot complete normallycompiler.warn.has.been.deprecated=\    [deprecation] {0} in {1} has been deprecatedcompiler.warn.illegal.char.for.encoding=\    unmappable character for encoding {0}compiler.warn.illegal.nonascii.digit=\    illegal non-ASCII digitcompiler.warn.improper.SVUID=\    [serial] serialVersionUID must be declared static final in class {0}compiler.warn.inexact.non-varargs.call=\non-varargs call of varargs method with inexact argument type for last parameter;\n\cast to {0} for a varargs call\n\cast to {1} for a non-varargs call and to suppress this warningcompiler.warn.long.SVUID=\    [serial] serialVersionUID must be of type long in class {0}compiler.warn.missing.SVUID=\    [serial] serializable class {0} has no definition of serialVersionUIDcompiler.warn.override.varargs.missing=\    {0}; overridden method has no ''...''compiler.warn.override.varargs.extra=\    {0}; overriding method is missing ''...''compiler.warn.override.bridge=\    {0}; overridden method is a bridge methodcompiler.warn.pkg-info.already.seen=\    [package-info] a package-info.java file has already been seen for package {0}compiler.warn.path.element.not.found=\    [path] bad path element "{0}": no such file or directorycompiler.warn.possible.fall-through.into.case=\    [fallthrough] possible fall-through into casecompiler.warn.unchecked.assign=\    [unchecked] unchecked assignment: {0} to {1}compiler.warn.unchecked.assign.to.var=\    [unchecked] unchecked assignment to variable {0} of raw type class {1}compiler.warn.unchecked.call.mbr.of.raw.type=\    [unchecked] unchecked call to {0} as a member of the raw type {1}compiler.warn.unchecked.cast.to.type=\    [unchecked] unchecked cast to type {0}compiler.warn.unchecked.meth.invocation.applied=\    [unchecked] unchecked method invocation: {0} in {1} is applied to {2}({3})compiler.warn.unchecked.generic.array.creation=\    [unchecked] unchecked generic array creation of type {0} for varargs parametercompiler.warn.missing.deprecated.annotation=\    [dep-ann] deprecated name isn't annotated with @Deprecated####### The following are tokens which are non-terminals in the language. They should## be named as JLS3 calls them when translated to the appropriate language.compiler.misc.token.identifier=\    <identifier>compiler.misc.token.character=\    <character>compiler.misc.token.string=\    <string>compiler.misc.token.integer=\    <integer>compiler.misc.token.long-integer=\    <long integer>compiler.misc.token.float=\    <float>compiler.misc.token.double=\    <double>compiler.misc.token.bad-symbol=\    <bad symbol>compiler.misc.token.end-of-input=\    <end of input>## The argument to the following string will always be one of the following:## 1. one of the above non-terminals## 2. a keyword (JLS1.8)## 3. a boolean literal (JLS3.10.3)## 4. the null literal (JLS3.10.7)## 5. a Java separator (JLS3.11)## 6. an operator (JLS3.12)#### This is the only place these tokens will be used.compiler.err.expected=\    {0} expected## The following are related in form, but do not easily fit the above paradigm.compiler.err.case.default.or.right-brace.expected=\   ''case'', ''default'' or ''}'' expectedcompiler.err.class.or.intf.expected=\    ''class'' or ''interface'' expectedcompiler.err.dot.class.expected=\    ''.class'' expectedcompiler.err.left-paren.or.left-square-bracket.expected=\

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -