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

📄 compiler.properties

📁 GJC(Generic Java Compiler)编译器
💻 PROPERTIES
📖 第 1 页 / 共 2 页
字号:
## @(#)compiler.properties	1.43 03/05/06## Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.## This software is the proprietary information of Sun Microsystems, Inc.# Use is subject to license terms.##### errors##compiler.err.abstract.cant.be.instantiated=\    {0} is abstract; cannot be instantiatedcompiler.err.abstract.meth.cant.have.body=\    abstract methods cannot have a bodycompiler.err.already.defined=\    {0} is already defined in {1}compiler.err.already.defined.single.import=\    {0} is already defined in a single-type importcompiler.err.already.defined.this.unit=\    {0} is already defined in this compilation unitcompiler.err.anon.class.impl.intf.no.args=\    anonymous class implements interface; cannot have argumentscompiler.err.anon.class.impl.intf.no.qual.for.new=\    anonymous class implements interface; cannot have qualifier for newcompiler.err.array.dimension.missing=\    array dimension missingcompiler.err.array.req.but.found=\    array required, but {0} foundcompiler.err.break.outside.switch.loop=\    break outside switch or loopcompiler.err.call.must.be.first.stmt.in.ctor=\    call to {0} must be first statement in constructorcompiler.err.cant.access=\    cannot access {0}; {1}compiler.err.cant.apply.symbol=\    {0} in {1} cannot be applied to ({2})compiler.err.cant.assign.val.to.final.var=\    cannot assign a value to final variable {0}compiler.err.cant.deref=\    {0} cannot be dereferencedcompiler.err.cant.inherit.from.final=\    cannot inherit from final {0}compiler.err.cant.ref.before.ctor.called=\    cannot reference {0} before supertype constructor has been calledcompiler.err.cant.ret.val.from.meth.decl.void=\    cannot return a value from method whose result type is voidcompiler.err.cant.select.static.class.from.param.type=\    cannot select a static class from a parameterized typecompiler.err.cant.inherit.diff.arg=\    {0} cannot be inherited with different arguments: <{1}> and <{2}>compiler.err.catch.without.try=\    ''catch'' without ''try''compiler.err.clash.with.pkg.of.same.name=\    {0} clashes with package of same namecompiler.err.const.expr.req=\    constant expression requiredcompiler.err.cont.outside.loop=\    continue outside of loopcompiler.err.cyclic.inheritance=\    cyclic inheritance involving {0}compiler.err.doesnt.exist=\    package {0} does not existcompiler.err.duplicate.class=\    duplicate class: {0}compiler.err.duplicate.case.label=\    duplicate case labelcompiler.err.duplicate.default.label=\    duplicate default labelcompiler.err.else.without.if=\    ''else'' without ''if''compiler.err.empty.char.lit=\    empty character literalcompiler.err.encl.class.required=\    an enclosing instance that contains {0} is requiredcompiler.err.error.reading.file=\    error reading {0}; {1}compiler.err.except.already.caught=\    exception {0} has already been caughtcompiler.err.except.never.thrown.in.try=\    exception {0} is never thrown in body of corresponding try statementcompiler.err.final.parameter.may.not.be.assigned=\    final parameter {0} may not be assignedcompiler.err.finally.without.try=\    ''finally'' without ''try''compiler.err.fp.number.too.large=\    floating point number too largecompiler.err.fp.number.too.small=\    floating point number too smallcompiler.err.icls.cant.have.static.decl=\    inner classes cannot have static declarationscompiler.err.illegal.char=\    illegal character: \\{0}compiler.err.illegal.combination.of.modifiers=\    illegal combination of modifiers: {0} and {1}compiler.err.illegal.esc.char=\    illegal escape charactercompiler.err.illegal.forward.ref=\    illegal forward referencecompiler.err.illegal.initializer.for.type=\    illegal initializer for {0}compiler.err.illegal.line.end.in.char.lit=\    illegal line end in character literalcompiler.err.illegal.qual.not.icls=\    illegal qualifier; {0} is not an inner classcompiler.err.illegal.start.of.expr=\    illegal start of expressioncompiler.err.illegal.start.of.type=\    illegal start of typecompiler.err.illegal.unicode.esc=\    illegal unicode escapecompiler.err.import.requires.canonical=\    import requires canonical name for {0}compiler.err.improperly.formed.type.param.missing=\    improperly formed type, some parameters are missingcompiler.err.incomparable.types=\    incomparable types: {0} and {1}compiler.err.int.number.too.large=\    integer number too large: {0}compiler.err.internal.error.cant.instantiate=\    internal error; cannot instantiate {0} at {1} to ({2})compiler.err.intf.expected.here=\    interface expected herecompiler.err.intf.meth.cant.have.body=\    interface methods cannot have bodycompiler.err.invalid.hex.number=\    hexadecimal numbers must contain at least one hexadecimal digitcompiler.err.invalid.meth.decl.ret.type.req=\    invalid method declaration; return type requiredcompiler.err.label.already.in.use=\    label {0} already in usecompiler.err.local.var.accessed.from.icls.needs.final=\    local variable {0} is accessed from within inner class; needs to be declared final## limits.  We don't give the limits in the diagnostic because we expect# them to change, yet we want to use the same diagnostic.  These are all# detected during code generation.#compiler.err.limit.code=\    code too largecompiler.err.limit.code.too.large.for.try.stmt=\    code too large for try statementcompiler.err.limit.dimensions=\    array type has too many dimensionscompiler.err.limit.locals=\    too many local variablescompiler.err.limit.parameters=\    too many parameterscompiler.err.limit.pool=\    too many constantscompiler.err.limit.pool.in.class=\    too many constants in class {0}compiler.err.limit.stack=\    code requires too much stackcompiler.err.limit.string=\    constant string too longcompiler.err.limit.string.overflow=\    UTF8 representation for string \"{0}...\" is too long for the constant poolcompiler.err.malformed.fp.lit=\    malformed floating point literalcompiler.err.missing.meth.body.or.decl.abstract=\    missing method body, or declare abstractcompiler.err.missing.ret.stmt=\    missing return statementcompiler.err.missing.ret.val=\    missing return valuecompiler.err.mod.not.allowed.here=\    modifier {0} not allowed herecompiler.err.name.clash.same.erasure=\    name clash: {0} and {1} have the same erasurecompiler.err.name.clash.same.erasure.no.override=\    name clash: {0} in {1} and {2} in {3} have the same erasure, yet neither overrides the othercompiler.err.name.reserved.for.internal.use=\    {0} is reserved for internal usecompiler.err.native.meth.cant.have.body=\    native methods cannot have a bodycompiler.err.neither.conditional.subtype=\incompatible types for ?: neither is a subtype of the other\n\second operand: {0}\n\third operand : {1}compiler.err.no.encl.instance.of.type.in.scope=\    no enclosing instance of type {0} is in scopecompiler.err.no.intf.expected.here=\    no interface expected herecompiler.err.no.match.entry=\    {0} has no match in entry in {1}; required {2}compiler.err.not.def.public.class.intf.cant.access=\    {0} in {1} is not defined in a public class or interface; cannot be accessed from outside packagecompiler.err.not.def.public.cant.access=\    {0} is not public in {1}; cannot be accessed from outside packagecompiler.err.not.loop.label=\    not a loop label: {0}compiler.err.not.stmt=\    not a statementcompiler.err.not.encl.class=\    not an enclosing class: {0}compiler.err.operator.cant.be.applied=\    operator {0} cannot be applied to {1}compiler.err.pkg.clashes.with.class.of.same.name=\    package {0} clashes with class of same namecompiler.err.qualified.new.of.static.class=\    qualified new of static classcompiler.err.recursive.ctor.invocation=\    recursive constructor invocationcompiler.err.ref.ambiguous=\    reference to {0} is ambiguous, both {1} {2} in {3} and {4} {5} in {6} matchcompiler.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.synthetic.name.conflict=\    the symbol {0} conflicts with a compiler-synthesized symbol in {1}compiler.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=\    type variables cannot be dereferencedcompiler.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 different return typecompiler.err.unclosed.char.lit=\    unclosed character literalcompiler.err.unclosed.comment=\    unclosed commentcompiler.err.unclosed.str.lit=\    unclosed string literalcompiler.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.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.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 loopcompiler.err.assert.as.identifier=\    as of release 1.4, 'assert' is a keyword, and may not be used as an identifier# 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 locate package java.lang in classpath or bootclasspathcompiler.misc.fatal.err.cant.locate.meth=\    Fatal Error: Unable to locate method {0}######### miscellaneous strings##compiler.misc.source.unavailable=\    (source unavailable)compiler.misc.base.membership=\

⌨️ 快捷键说明

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